Skip to content

Commit

Permalink
feat(tests): add cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilaton committed Jan 15, 2024
1 parent 019bc6c commit 94c6f82
Show file tree
Hide file tree
Showing 5 changed files with 335 additions and 315 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
"scripts": {
"build": "rollup --config",
"check": "tsc --noEmit",
"ci": "pnpm run lint && pnpm run check && pnpm run test",
"ci": "pnpm run lint && pnpm run check && pnpm run test:coverage",
"knip": "knip",
"lint": "eslint .",
"postbuild": "dts-bundle-generator --config ./dts-bundle.config.cjs",
"prebuild": "rimraf build",
"test": "vitest run --coverage"
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,21 +49,21 @@
"execa": "^8.0.1"
},
"devDependencies": {
"@pilaton/eslint-config-base": "^0.4.1",
"@pilaton/eslint-config-base": "^0.5.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@tsconfig/node-lts": "^20.1.0",
"@types/node": "^20.10.0",
"@vitest/coverage-istanbul": "^0.34.6",
"dts-bundle-generator": "^9.0.0",
"eslint": "^8.55.0",
"eslint-define-config": "^2.0.0",
"knip": "^3.3.2",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/node-lts": "^20.1.1",
"@types/node": "^20.11.1",
"@vitest/coverage-istanbul": "^1.2.0",
"dts-bundle-generator": "^9.2.4",
"eslint": "^8.56.0",
"eslint-define-config": "^2.1.0",
"knip": "^3.13.2",
"rimraf": "^5.0.5",
"rollup": "^4.6.0",
"rollup": "^4.9.5",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
"typescript": "^5.3.3",
"vitest": "^1.2.0"
},
"type": "module"
}
Loading

0 comments on commit 94c6f82

Please sign in to comment.