Skip to content

Commit 93891b9

Browse files
authored
Get rid of fastpath. (jestjs#1945)
1 parent a46acaf commit 93891b9

File tree

9 files changed

+5
-1245
lines changed

9 files changed

+5
-1245
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"**/packages/{jest-runtime,jest-matchers,jest-haste-map,jest-file-exists,jest-diff,jest-changed-files}/**/*.js",
5454
"!**/bin/**",
5555
"!**/cli/**",
56-
"!**/fastpath.js",
5756
"!**/vendor/**",
5857
"!**/__mocks__/**",
5958
"!**/__tests__/**",

packages/jest-cli/src/jest.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import type {AggregatedResult} from 'types/TestResult';
1313
import type {Path} from 'types/Config';
1414
import type {PatternInfo} from './SearchSource';
1515

16-
require('jest-haste-map').fastpath.replace();
17-
1816
const realFs = require('fs');
1917
const fs = require('graceful-fs');
2018
fs.gracefulify(realFs);

0 commit comments

Comments
 (0)