UNPKG

232 BJavaScriptView Raw
1/**
2 * @type {MochaSetupOptions}
3 */
4module.exports = {
5 extension: ['ts'],
6 require: [
7 'test/tsconfig.mocha.js'
8 ],
9 package: './package.json',
10 'watch-files': ['test/**/*.spec.ts'],
11 // 'watch-ignore': ['lib/vendor']
12};