UNPKG

siesta-lite

Version:

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

12 lines (7 loc) 243 B
let Siesta = require('../../index.js') let project = module.exports = new Siesta.Project.NodeJS() project.configure({ title : 'Anonymous test suite', chdirToIndex : false }) project.startAnonymously()