balena-cli/.mocharc-standalone.js

7 lines
152 B
JavaScript
Raw Normal View History

const commonConfig = require('./.mocharc.js');
module.exports = {
...commonConfig,
spec: ['tests/auth/*.spec.ts', 'tests/commands/**/*.spec.ts'],
};