@kensio/yulin 0.25.0 → 0.26.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kensio/yulin",
3
- "version": "0.25.0",
3
+ "version": "0.26.0",
4
4
  "description": "AWS system behaviour simulation for isolated unit testing",
5
5
  "repository": {
6
6
  "type": "git",
@@ -125,9 +125,9 @@
125
125
  "fmt": "eslint --fix . && prettier --write .",
126
126
  "lint": "eslint . && prettier --check .",
127
127
  "test": "vitest run",
128
- "test:coverage": "vitest run --coverage",
128
+ "test:coverage": "rm -rf './.tmp/' && vitest run --coverage",
129
129
  "test:iso": "vitest run --project isolatedTests",
130
- "test:local": "vitest run --project localTests",
130
+ "test:local": "rm -rf './.tmp/' && vitest run --project localTests",
131
131
  "examples:extract": "pnpm tsx scripts/mts/extract-docs-examples.mts",
132
132
  "examples:tsc": "tsc -p docs/tsconfig.json",
133
133
  "examples:lint": "eslint \"docs/**/*.example.ts\"",