server-json/node_modules/face-api.js/jasmine-node.js
2024-11-01 08:00:42 +00:00

15 lines
No EOL
295 B
JavaScript

let spec_files = ['**/*.test.ts'].concat(
process.env.EXCLUDE_UNCOMPRESSED
? ['!**/*.uncompressed.test.ts']
: []
)
// exclude browser tests
spec_files = spec_files.concat(['!**/*.browser.test.ts'])
module.exports = {
spec_dir: 'test',
spec_files,
random: false
}