Skip to content

Commit

Permalink
Update test to use vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Aug 27, 2024
1 parent 0e2bcf2 commit 6e07985
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 @@ -49,7 +49,7 @@
"coverage": "yarn jest --coverage",
"start": "nodemon",
"start-esm": "node ./dist/node/bin/start-meta.mjs",
"test": "yarn jest --forceExit"
"test": "vitest run"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.637.0",
Expand Down

0 comments on commit 6e07985

Please sign in to comment.