Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fine
  • Loading branch information
SimenB committed Feb 26, 2019
commit 49623c3032ad46705b734de2c5c6f030c1e713e4
1 change: 0 additions & 1 deletion packages/jest-runtime/src/__tests__/runtime_cli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import path from 'path';
import {sync as spawnSync} from 'execa';
// $FlowFixMe: It's TS
import {skipSuiteOnWindows} from '@jest/test-utils';

skipSuiteOnWindows();
Expand Down
3 changes: 2 additions & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"version": "0.0.0",
"private": true,
"license": "MIT",
"main": "src/index.ts"
"main": "build/index.js",
"types": "src/index.d.ts"
}