Skip to content

Commit

Permalink
chore: move tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Jun 22, 2023
1 parent c0f7bd1 commit 24b7451
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -24,7 +24,7 @@
"bench": "node bench/index.js",
"build": "bundt --minify",
"format": "prettier --write .",
"test": "uvu test -r tsm \".spec.ts$\"",
"test": "uvu src \".test.ts$\" -r tsm",
"typecheck": "tsc --noEmit"
},
"prettier": "@marais/prettier",
Expand Down
File renamed without changes.

0 comments on commit 24b7451

Please sign in to comment.