Skip to content

Commit

Permalink
exit 0
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Aug 9, 2024
1 parent d91ba9f commit d853915
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/tests/testRunner.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import whyIsNodeRunning from 'why-is-node-running'
//import whyIsNodeRunning from 'why-is-node-running'
import { globby } from 'globby'
import { setupNetwork } from './networkSetup.js'
import { Describe, SetupTest, teardown, TestBase } from './testBase.js'
Expand Down Expand Up @@ -49,11 +49,10 @@ const start = async () => {
throw new Error("there have been " + failures + " failures in all tests")
} else {
console.log(greenConsole, "there have been 0 failures in all tests", resetConsole)
process.exit(0)
}

setInterval(() => {
whyIsNodeRunning()
}, 1000);

}

const runTestFile = async (fileName: string, mod: TestModule) => {
Expand Down

0 comments on commit d853915

Please sign in to comment.