Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 19, 2023
1 parent 5ba4119 commit 07ec955
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 76 deletions.
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vitest",
"type": "module",
"version": "0.33.0",
"version": "0.34.0",
"description": "A blazing fast unit test framework powered by Vite",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/src/integrations/env/edge-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default <Environment>({
return vm.context
},
teardown() {
// TODO
// nothing to teardown
},
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vitest": ">=0.33.0"
"vitest": ">=0.34.0"
},
"dependencies": {
"debug": "^4.3.4"
Expand Down
Loading

0 comments on commit 07ec955

Please sign in to comment.