Skip to content

Commit cce57c9

Browse files
committed
jes-util has been migrated
1 parent d0c59fc commit cce57c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/jest-watcher/src/PatternPrompt.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import chalk from 'chalk';
99
import ansiEscapes from 'ansi-escapes';
10-
// @ts-ignore: Not yet migrated
1110
import {specialChars} from 'jest-util';
1211
import Prompt from './lib/Prompt';
1312

packages/jest-watcher/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"rootDir": "src",
55
"outDir": "build"
66
},
7-
"references": [{"path": "../jest-types"}]
7+
"references": [{"path": "../jest-types"}, {"path": "../jest-util"}]
88
}

0 commit comments

Comments
 (0)