Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Get rid of fastpath.
  • Loading branch information
cpojer committed Oct 18, 2016
commit 76523b0a652be2eccf4a74c6547dcf03089c1bc2
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"**/packages/{jest-runtime,jest-matchers,jest-haste-map,jest-file-exists,jest-diff,jest-changed-files}/**/*.js",
"!**/bin/**",
"!**/cli/**",
"!**/fastpath.js",
"!**/vendor/**",
"!**/__mocks__/**",
"!**/__tests__/**",
Expand Down
2 changes: 0 additions & 2 deletions packages/jest-cli/src/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import type {AggregatedResult} from 'types/TestResult';
import type {Path} from 'types/Config';
import type {PatternInfo} from './SearchSource';

require('jest-haste-map').fastpath.replace();

const realFs = require('fs');
const fs = require('graceful-fs');
fs.gracefulify(realFs);
Expand Down
Loading