mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-05 22:41:55 +00:00
Test coverage
This commit is contained in:
parent
4819c68071
commit
191e6babe4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
node_modules
|
||||
package-lock.json
|
||||
coverage
|
||||
dist
|
||||
*.tgz
|
||||
|
||||
@ -19,11 +19,13 @@
|
||||
"types": "dist/hyparquet.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"coverage": "vitest run --coverage",
|
||||
"lint": "eslint . --ext .ts",
|
||||
"test": "vitest run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "6.16.0",
|
||||
"@vitest/coverage-v8": "1.1.0",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jsdoc": "46.9.1",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user