-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removing package bloat * bump jest-worker to 22 * add missing throat dep * add caret range to deps * upgrade dated deps
- Loading branch information
1 parent
025e58a
commit 431f029
Showing
5 changed files
with
1,297 additions
and
872 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
@tunnckocore/create-jest-runner/integrationTests/__fixtures__/skipped/__src__/file1.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// 🙈 | ||
console.log() | ||
console.log(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
@tunnckocore/create-jest-runner/integrationTests/runner/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
const { createJestRunner } = require('../../'); | ||
|
||
module.exports = createJestRunner(require.resolve('./run')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.