UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

13 lines (8 loc) 178 B
const mod = require('./other_module.js') module.exports = { value : 11, delay : mod.delay, func : (arg) => { return 42 + arg } }