mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
6a55613199
Change-type: patch
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'],
|
|
};
|