mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
64a44e7a5f
- Add fleet(s) commands and -f, --fleet flags as aliases to the app(s) commands and -a, --app, --application flags. - Conditionally rename column/row headers and JSON object properties from 'application' to 'fleet', with some variations. - Print warning messages regarding the renaming, provided that stderr is attached to an interactive terminal. Change-type: minor Resolves: #2302
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
module.exports = {
|
|
reporter: 'spec',
|
|
require: 'ts-node/register/transpile-only',
|
|
file: './tests/config-tests',
|
|
timeout: 12000,
|
|
spec: 'tests/**/*.spec.ts',
|
|
};
|