Skip to content

Commit

Permalink
Merge pull request #637 from Tresjs/test/nodeOps-organize
Browse files Browse the repository at this point in the history
test(nodeOps): rename file, fix type errors, add tests
  • Loading branch information
andretchen0 committed Apr 26, 2024
2 parents 17d3b29 + a3d7bbe commit 1121eb1
Show file tree
Hide file tree
Showing 4 changed files with 486 additions and 226 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"playground": "cd playground && npm run dev",
"test": "vitest",
"test:ci": "vitest run",
"test:ui": "vitest --ui",
"test:ui": "vitest --ui --coverage.enabled=true",
"release": "release-it",
"coverage": "vitest run --coverage",
"lint": "eslint .",
Expand Down Expand Up @@ -81,6 +81,7 @@
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"@vue/test-utils": "^2.4.5",
"eslint": "^9.1.1",
Expand Down
45 changes: 45 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1121eb1

Please sign in to comment.