Skip to content

Commit

Permalink
Simplify test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajaco committed Nov 19, 2023
1 parent 153a9da commit 877d073
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint": "eslint --ignore-path .gitignore --max-warnings 0 .",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "npm run build",
"test": "nyc -r=lcov -r=text node --trace-warnings -r ts-node/register --test tests/run.ts",
"test": "nyc -r=lcov -r=text node --trace-warnings -r ts-node/register --test \"**/*.test.ts\"",
"typecheck": "tsc"
},
"dependencies": {
Expand Down
3 changes: 0 additions & 3 deletions tests/run.ts

This file was deleted.

3 changes: 0 additions & 3 deletions tests/setup.ts

This file was deleted.

0 comments on commit 877d073

Please sign in to comment.