Skip to content

Commit

Permalink
jes-util has been migrated
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 10, 2019
1 parent d0c59fc commit cce57c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/jest-watcher/src/PatternPrompt.ts
Expand Up @@ -7,7 +7,6 @@

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

Expand Down
2 changes: 1 addition & 1 deletion packages/jest-watcher/tsconfig.json
Expand Up @@ -4,5 +4,5 @@
"rootDir": "src",
"outDir": "build"
},
"references": [{"path": "../jest-types"}]
"references": [{"path": "../jest-types"}, {"path": "../jest-util"}]
}

0 comments on commit cce57c9

Please sign in to comment.