Skip to content

Commit

Permalink
chore: fix test glob
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Sep 24, 2024
1 parent b2a9ea5 commit 11e49ac
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 @@ -25,7 +25,7 @@
"lint": "tsc --noEmit && eslint \"src/**/*.ts\" --color",
"lint:fix": "eslint \"src/**/*.ts\" --color --fix",
"prettier": "prettier --write \"{src,test,documentation}/**/*.{js,ts,json,html,xml,css,md}\"",
"test": "node --import tsx --test \"./test**/*.test.ts\"",
"test": "node --import tsx --test \"./test/**/*.test.ts\"",
"prebuild": "pnpm run clean:dist",
"build": "tsup \"src/index.ts\" --sourcemap --dts --format cjs,esm",
"preversion": "pnpm run lint && pnpm run build",
Expand Down

0 comments on commit 11e49ac

Please sign in to comment.