Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Feb 10, 2019
1 parent 474d2f4 commit d081e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/jest-mock/src/__tests__/index.test.ts
Expand Up @@ -6,8 +6,6 @@
*
*/

'use strict';

import vm from 'vm';

describe('moduleMocker', () => {
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-mock/src/index.ts
Expand Up @@ -1092,4 +1092,5 @@ class ModuleMockerClass {
}

export type ModuleMocker = ModuleMockerClass;
module.exports = new ModuleMockerClass(global);

export default new ModuleMockerClass(global);

0 comments on commit d081e21

Please sign in to comment.