balena-cli/.mocharc.js
2020-11-15 23:36:58 +00:00

9 lines
207 B
JavaScript

module.exports = {
spec: 'tests/commands/app/create.spec.ts',
reporter: 'spec',
require: 'ts-node/register/transpile-only',
file: './tests/config-tests',
timeout: 12000,
spec: 'tests/**/*.spec.ts',
};