Skip to content

Commit

Permalink
Use jest-light-runner from npm (#14419)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 4, 2022
1 parent 982175b commit 2d75549
Show file tree
Hide file tree
Showing 7 changed files with 284 additions and 641 deletions.
4 changes: 1 addition & 3 deletions jest.config.js
Expand Up @@ -9,9 +9,7 @@ const supportsESMAndJestLightRunner = semver.satisfies(
const isPublishBundle = process.env.IS_PUBLISH;

module.exports = {
runner: supportsESMAndJestLightRunner
? "./test/jest-light-runner"
: "jest-runner",
runner: supportsESMAndJestLightRunner ? "jest-light-runner" : "jest-runner",

collectCoverageFrom: [
"packages/*/src/**/*.{js,mjs,ts}",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,6 +62,7 @@
"husky": "^7.0.4",
"import-meta-resolve": "^1.1.1",
"jest": "^27.4.0",
"jest-light-runner": "^0.1.0",
"jest-worker": "^27.4.0",
"lint-staged": "^9.2.0",
"mergeiterator": "^1.4.4",
Expand All @@ -80,7 +81,6 @@
"eslint/*",
"packages/*",
"test/esm",
"test/jest-light-runner",
"test/runtime-integration/*",
"benchmark"
],
Expand Down
19 changes: 0 additions & 19 deletions test/jest-light-runner/package.json

This file was deleted.

27 changes: 0 additions & 27 deletions test/jest-light-runner/src/global-setup.js

This file was deleted.

54 changes: 0 additions & 54 deletions test/jest-light-runner/src/index.js

This file was deleted.

255 changes: 0 additions & 255 deletions test/jest-light-runner/src/worker-runner.js

This file was deleted.

0 comments on commit 2d75549

Please sign in to comment.