Skip to content

Commit

Permalink
add colors to terminal output
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Oct 24, 2024
1 parent 19b305e commit e4ba023
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"memory database"
],
"scripts": {
"test": "jest --testPathIgnorePatterns=/stress-tests/ --verbose",
"test:ci": "jest --testPathIgnorePatterns=/stress-tests/ --setupFilesAfterEnv ./ciSetup.js --verbose",
"stress": "jest --runTestsByPath stress-tests/stress.test.ts --setupFilesAfterEnv ./ciSetup.js --verbose"
"test": "jest --testPathIgnorePatterns=/stress-tests/ --verbose --colors",
"test:ci": "jest --testPathIgnorePatterns=/stress-tests/ --setupFilesAfterEnv ./ciSetup.js --verbose --colors",
"stress": "jest --runTestsByPath stress-tests/stress.test.ts --setupFilesAfterEnv ./ciSetup.js --verbose --colors"
},
"engines": {
"node": ">=16.6.0",
Expand Down

0 comments on commit e4ba023

Please sign in to comment.