Skip to content

Commit

Permalink
Inline vitest config in the run script
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 14, 2023
1 parent 8b721ed commit 34dc8fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"prepare": "rollup -c",
"lint": "eslint .",
"test": "npm run tests-only && npm run lint",
"tests-only": "vitest run --coverage"
"tests-only": "vitest run --coverage.enabled --coverage.reporter=lcov --coverage.reporter=text --coverage.100"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vitest/coverage-c8": "^0.28.1",
"@vitest/coverage-c8": "^0.29.2",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.22.0",
"rollup": "^3.8.1",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.0.2",
"vitest": "^0.28.1"
"vitest": "^0.29.2"
}
}
7 changes: 0 additions & 7 deletions vite.config.ts

This file was deleted.

0 comments on commit 34dc8fb

Please sign in to comment.