@forsakringskassan/vitest-config 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.mjs +0 -1
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -4,7 +4,6 @@ export function defineTestConfig() {
4
4
  return {
5
5
  environment: "jsdom",
6
6
  coverage: {
7
- /* eslint-disable-next-line object-shorthand -- technical debt: as long as the typecast is needed we cannot use shorthand */
8
7
  provider: /** @type {"v8"} */ (/** @type {unknown} */ (provider)),
9
8
  reporter: ["text", "text-summary", "lcov"],
10
9
  include: ["src/**/*.[jt]s"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/vitest-config",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Försäkringskassan shareable config for Vitest",
5
5
  "keywords": [
6
6
  "vitest"
@@ -23,7 +23,7 @@
23
23
  "index.d.mts"
24
24
  ],
25
25
  "dependencies": {
26
- "@vitest/coverage-v8": "4.0.14"
26
+ "@vitest/coverage-v8": "4.0.16"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">= 20",