Skip to content

Commit

Permalink
fix(tests): Fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed May 24, 2020
1 parent bf27cac commit c24668f
Show file tree
Hide file tree
Showing 2 changed files with 1,233 additions and 1,002 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/eslint": "^6.8.1",
"@types/jest": "24.0.11",
"@types/jest": "^25.2.3",
"@types/node": "^10.17.24",
"@typescript-eslint/parser": "^3.0.0",
"eslint": "^7.1.0",
Expand All @@ -41,10 +41,10 @@
"eslint-plugin-jest": "^23.13.1",
"eslint-plugin-jest-formatting": "file:.",
"eslint-plugin-prettier": "^3.1.3",
"jest": "24.8.0",
"jest": "^26.0.1",
"prettier": "1.18.2",
"typescript": "^3.9.3",
"ts-jest": "24.0.2"
"ts-jest": "^26.0.0"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
Expand Down

0 comments on commit c24668f

Please sign in to comment.