UNPKG

@soundstep/soma

Version:

Soma is a javascript framework created to build scalable and maintainable applications.

13 lines (12 loc) 240 B
module.exports = { diff: true, extension: ['js'], opts: false, package: './package.json', reporter: 'spec', slow: 75, timeout: 2000, ui: 'bdd', 'watch-files': ['tests/**/*.js'], 'watch-ignore': [] };