Skip to content

Commit

Permalink
test: don't run fake test
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jan 5, 2024
1 parent b0e7ea1 commit 4f2b2ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "module",
"scripts": {
"build": "unbuild",
"test": "vitest",
"test": "echo 'No tests yet...'",
"lint": "eslint .",
"format": "prettier --write ."
},
Expand Down
5 changes: 0 additions & 5 deletions test/index.test.ts

This file was deleted.

0 comments on commit 4f2b2ce

Please sign in to comment.