Skip to content
/ jest Public
forked from jestjs/jest

Commit

Permalink
rollback test change
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 17, 2022
1 parent a38e5c6 commit e8cf6d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Runtime internal module registry', () => {
// We require from this crazy path so that we can mimick Jest (and its
// transitive deps) being installed alongside a projects deps (e.g. with an
// NPM3 flat dep tree)
const jestUtil = require('jest-util');
const jestUtil = require('../../../packages/jest-util');

// If FS is mocked correctly, this folder won't actually be created on the
// filesystem
Expand Down

0 comments on commit e8cf6d4

Please sign in to comment.