Skip to content

Commit

Permalink
feat(jest): bump jest
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Oct 29, 2019
1 parent 7adf62f commit 567a6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"graceful-fs": "^4.2.1",
"inquirer": "^6.4.1",
"is-glob": "4.0.1",
"jest": "^24.8.0",
"jest": "^24.9.0",
"jest-cli": "^24.8.0",
"jest-environment-node": "^24.0.0",
"listr": "0.14.3",
Expand Down Expand Up @@ -130,7 +130,7 @@
"ws": "7.1.2"
},
"lazyDependencies": {
"@types/jest": "~24.0.13",
"@types/jest": "~24.9.0",
"@types/puppeteer": "^1.19.0",
"jest": "~24.8.0",
"jest-cli": "~24.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/declarations/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Build } from './build-conditionals';

declare global {
namespace jest {
interface Matchers<R> {
interface Matchers<R, T> {
/**
* Compares HTML, but first normalizes the HTML so all
* whitespace, attribute order and css class order are
Expand Down

0 comments on commit 567a6b7

Please sign in to comment.