mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 21:53:08 +00:00
3282934cf6
* fix test coverage. * changes per comments + added test-coverage script to increase max-old-space-size of V8 ref: https://nodejs.org/api/cli.html#cli_max_old_space_size_size_in_mbytes * renamed test:coverage and test:debug. * circle-ci to use test:coverage. * reduced test coverage thresholds. Co-authored-by: Andrew Henry <akhenry@gmail.com>
3 lines
95 B
Bash
Executable File
3 lines
95 B
Bash
Executable File
export NODE_OPTIONS=--max_old_space_size=4096
|
|
cross-env COVERAGE=true karma start --single-run
|