Skip to content

Commit

Permalink
Removes log levels from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Feb 19, 2024
1 parent ce123c2 commit ea8aec4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"test": "mocha --timeout 600000",
"test-fail-fast": "mocha -b --timeout 600000",
"run-tests-multiple-times": "node multipleTestExecutionsRunner.js",
"run-single-test-file": "node singleTestFileRunner.js",
"test-fail-fast:info": "LOG_LEVEL=info mocha -b --timeout 600000",
"test-fail-fast:debug": "LOG_LEVEL=debug mocha -b --timeout 600000",
"test-fail-fast:trace": "LOG_LEVEL=trace mocha -b --timeout 600000"
"run-single-test-file": "node singleTestFileRunner.js"
},
"author": "",
"license": "GPL3",
Expand Down

0 comments on commit ea8aec4

Please sign in to comment.