UNPKG

polendina

Version:

Non-UI browser testing for JavaScript libraries from the command-line

4 lines (3 loc) 131 B
export default function test () { return new Promise((resolve, reject) => setTimeout(() => resolve('bare test fixture'), 500)) }