Skip to content

Commit

Permalink
Update to jest-light-runner@0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 30, 2022
1 parent 3b2d3ae commit ba7e231
Show file tree
Hide file tree
Showing 4 changed files with 517 additions and 71 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ module.exports = {
...(isPublishBundle ? ["\\.skip-bundled\\.js$"] : []),
],
testEnvironment: "node",
setupFilesAfterEnv: ["<rootDir>/test/testSetupFile.js"],
transformIgnorePatterns: [
"/node_modules/",
"<rootDir>/packages/babel-standalone/babel(\\.min)?\\.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"husky": "^7.0.4",
"import-meta-resolve": "^1.1.1",
"jest": "^27.4.0",
"jest-light-runner": "^0.1.3",
"jest-light-runner": "^0.2.1",
"jest-worker": "^27.4.0",
"lint-staged": "^9.2.0",
"mergeiterator": "^1.4.4",
Expand Down
1 change: 0 additions & 1 deletion test/testSetupFile.js

This file was deleted.

0 comments on commit ba7e231

Please sign in to comment.