coverage
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup-node src/main.ts --target node16 --format cjs,esm --dts",
|
||||
"test": "ava",
|
||||
"test": "c8 ava",
|
||||
"lint": "eslint --ext js,ts,tsx .",
|
||||
"lint-fix": "npm run lint -- --fix",
|
||||
"format": "prettier --write .",
|
||||
@@ -30,6 +30,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
||||
"@typescript-eslint/parser": "^5.6.0",
|
||||
"ava": "^4.0.0-rc.1",
|
||||
"c8": "^7.10.0",
|
||||
"esbuild-node-loader": "^0.6.3",
|
||||
"eslint": "^8.4.1",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
|
||||
Reference in New Issue
Block a user