Skip to content

Commit

Permalink
test: update jest (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco authored Sep 24, 2023
1 parent 437c09b commit 82593c6
Show file tree
Hide file tree
Showing 2 changed files with 557 additions and 372 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": "2021"
"ecmaVersion": 2021
},
"env": {
"node": true,
Expand Down Expand Up @@ -122,10 +122,10 @@
"@rollup/plugin-node-resolve": "^14.1.0",
"@types/css-tree": "^2.0.0",
"@types/csso": "^5.0.0",
"@types/jest": "^29.1.1",
"@types/jest": "^29.5.5",
"del": "^6.0.0",
"eslint": "^8.24.0",
"jest": "^29.1.2",
"jest": "^29.5.5",
"node-fetch": "^2.7.0",
"pixelmatch": "^5.2.1",
"playwright": "^1.14.1",
Expand Down
Loading

0 comments on commit 82593c6

Please sign in to comment.