Skip to content

Commit

Permalink
Remove test path that's invalid in v22
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Aug 23, 2024
1 parent 97f7cf1 commit 83920f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint:quality": "eslint .",
"lint:quality:fix": "eslint --fix .",
"release": "release-it --only-version",
"test": "node --test ./src"
"test": "node --test"
},
"devDependencies": {
"eslint": "^8.56.0",
Expand Down

0 comments on commit 83920f8

Please sign in to comment.