Skip to content

Commit

Permalink
refactor: update test helpers to use settings object
Browse files Browse the repository at this point in the history
  • Loading branch information
kdnk committed Feb 22, 2025
1 parent 71464f5 commit 6fba11a
Show file tree
Hide file tree
Showing 9 changed files with 447 additions and 245 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"test": "VITE_CJS_IGNORE_WARNING=true vitest run",
"test:watch": "VITE_CJS_IGNORE_WARNING=true vitest"
"test:watch": "VITE_CJS_IGNORE_WARNING=true vitest",
"tsc:watch": "tsc -noEmit -skipLibCheck --watch"
},
"keywords": [],
"author": "",
Expand Down
Loading

0 comments on commit 6fba11a

Please # to comment.