Skip to content

Commit

Permalink
add @types/jest
Browse files Browse the repository at this point in the history
  • Loading branch information
schuchard committed Oct 4, 2019
1 parent 1ffcac7 commit b3eab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jest/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function updateDependencies(): Rule {
})
);

const addDependencies = of('jest', 'jest-preset-angular').pipe(
const addDependencies = of('jest', '@types/jest', 'jest-preset-angular').pipe(
concatMap((packageName: string) => getLatestNodeVersion(packageName)),
map((packageFromRegistry: NodePackage) => {
const { name, version } = packageFromRegistry;
Expand Down

0 comments on commit b3eab2f

Please sign in to comment.