chore: Update testing

This commit is contained in:
BluJ
2023-04-30 14:54:52 -06:00
parent 70905aef14
commit 2fcfa64a22
3 changed files with 10 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "jest -c ./jest.config.js",
"test": "jest -c ./jest.config.js --coverage",
"buildOutput": "ts-node --esm ./lib/test/makeOutput.ts && npx prettier --write '**/*.ts'",
"check": "tsc --noEmit"
},