UNPKG

planify

Version:

Plan a series of steps and display the output in a beautiful way

14 lines (9 loc) 266 B
'use strict'; const expected = require('./helpers/expected'); function normalize(str) { return str.replace(/\d+ms/g, '100ms'); } const expectations = expected.expectations('silent'); describe('silent', () => { expected.test(expectations, normalize); });