Skip to content

Commit

Permalink
fix lint and test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 3, 2019
1 parent e17c919 commit 110da28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/jest-console/package.json
Expand Up @@ -12,7 +12,11 @@
"dependencies": {
"@jest/source-map": "^24.1.0",
"@types/node": "*",
"chalk": "^2.0.1"
"chalk": "^2.0.1",
"slash": "^2.0.0"
},
"devDependencies": {
"@types/slash": "^2.0.0"
},
"engines": {
"node": ">= 6"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-core/src/__tests__/run_jest.test.js
Expand Up @@ -2,7 +2,7 @@

import runJest from '../runJest';

jest.mock('jest-util');
jest.mock('@jest/console');

const processErrWriteFn = process.stderr.write;
describe('runJest', () => {
Expand Down

0 comments on commit 110da28

Please sign in to comment.