We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c59fc commit cce57c9Copy full SHA for cce57c9
packages/jest-watcher/src/PatternPrompt.ts
@@ -7,7 +7,6 @@
7
8
import chalk from 'chalk';
9
import ansiEscapes from 'ansi-escapes';
10
-// @ts-ignore: Not yet migrated
11
import {specialChars} from 'jest-util';
12
import Prompt from './lib/Prompt';
13
packages/jest-watcher/tsconfig.json
@@ -4,5 +4,5 @@
4
"rootDir": "src",
5
"outDir": "build"
6
},
- "references": [{"path": "../jest-types"}]
+ "references": [{"path": "../jest-types"}, {"path": "../jest-util"}]
}
0 commit comments