mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
|
module.exports = {
|
||
|
reporter: 'spec',
|
||
|
require: 'ts-node/register/transpile-only',
|
||
|
file: './tests/config-tests',
|
||
|
timeout: 12000,
|
||
|
spec: 'tests/**/*.spec.ts',
|
||
|
};
|