mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
6a55613199
Change-type: patch
9 lines
207 B
JavaScript
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',
|
|
};
|