Skip to content

Commit

Permalink
Revert "Downgrade ava to 5.x temporarily so we don’t have to change t…
Browse files Browse the repository at this point in the history
…he Node support yet"

This reverts commit 612aef6.
  • Loading branch information
zachleat committed Feb 10, 2024
1 parent 612aef6 commit 4b1f4b0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-webc": "^0.11.1",
"ava": "^5.3.1",
"ava": "^6.1.1",
"eslint": "^8.52.0",
"pixelmatch": "^5.3.0"
},
Expand All @@ -57,11 +57,13 @@
"files": [
"./test/*.js"
],
"ignoredByWatcher": [
"./.cache/*",
"./img/*",
"./test/img/*",
"./test/**/generated*"
]
"watchMode": {
"ignoreChanges": [
"./.cache/*",
"./img/*",
"./test/img/*",
"./test/**/generated*"
]
}
}
}

0 comments on commit 4b1f4b0

Please sign in to comment.