Skip to content

Commit

Permalink
Get rid of fastpath. (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Oct 18, 2016
1 parent 93f0e60 commit a439d49
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 1,245 deletions.
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

0 comments on commit a439d49

Please sign in to comment.