Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
BurakYs committed May 11, 2024
1 parent b9ff26c commit 949dfa6
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 @@ -7,7 +7,7 @@
"dev": "node .",
"start": "node . --production",
"build": "tsc",
"test": "tap tests/**/*.test.ts",
"test": "vitest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"check": "tsc --noEmit"
Expand Down

0 comments on commit 949dfa6

Please sign in to comment.