mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
import commonConfig from './.mocharc.js';
|
|
|
|
module.exports = {
|
|
...commonConfig,
|
|
spec: ['tests/auth/*.spec.ts', 'tests/commands/**/*.spec.ts'],
|
|
};
|