Skip to content

Commit

Permalink
test(test-e2e): introduce workerthreads configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 18, 2024
1 parent 6ae8f61 commit ef9120b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jest-e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"moduleFileExtensions": ["js", "json", "ts"],
"globalSetup": "./global-setup.ts",
"globalTeardown": "./global-teardown.ts",
"workerThreads": true,
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
Expand Down

0 comments on commit ef9120b

Please sign in to comment.