File tree 4 files changed +2
-7
lines changed
packages/builders/src/jest
4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 42
42
"@schematics/angular" : " ^0.7.2" ,
43
43
"@types/jasmine" : " ~2.8.6" ,
44
44
"@types/jasminewd2" : " ~2.0.3" ,
45
- "@types/jest" : " ^23.3.1" ,
46
45
"@types/node" : " ~8.9.4" ,
47
46
"@types/prettier" : " ^1.10.0" ,
48
47
"@types/yargs" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 1
1
import JestBuilder from './jest.builder' ;
2
2
import { normalize } from '@angular-devkit/core' ;
3
- import * as jestCLI from 'jest-cli ' ;
3
+ import * as jestCLI from 'jest' ;
4
4
import * as path from 'path' ;
5
5
6
6
describe ( 'Jest Builder' , ( ) => {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { map } from 'rxjs/operators';
9
9
10
10
import * as path from 'path' ;
11
11
12
- import { runCLI as runJest } from 'jest-cli ' ;
12
+ import { runCLI as runJest } from 'jest' ;
13
13
14
14
export interface JestBuilderOptions {
15
15
jestConfig : string ;
Original file line number Diff line number Diff line change 275
275
dependencies :
276
276
" @types/jasmine" " *"
277
277
278
- " @types/jest@^23.3.1 " :
279
- version "23.3.1"
280
- resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.1.tgz#a4319aedb071d478e6f407d1c4578ec8156829cf"
281
-
282
278
" @types/node@* " :
283
279
version "10.5.3"
284
280
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.3.tgz#5bcfaf088ad17894232012877669634c06b20cc5"
You can’t perform that action at this time.
0 commit comments