balena-cli/.mocharc-standalone.js

7 lines
147 B
JavaScript
Raw Permalink Normal View History

2024-07-14 13:55:10 +00:00
import commonConfig from './.mocharc.js';
module.exports = {
...commonConfig,
spec: ['tests/auth/*.spec.ts', 'tests/commands/**/*.spec.ts'],
};