mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
|
const commonConfig = require('./.mocharc.js');
|
||
|
|
||
|
module.exports = {
|
||
|
...commonConfig,
|
||
|
spec: ['tests/auth/*.spec.ts', 'tests/commands/**/*.spec.ts'],
|
||
|
};
|