Skip to content

Commit

Permalink
Stopped vitest from running e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgchan committed Aug 29, 2023
1 parent 2c27918 commit 3f9696e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: "jsdom",
include: ["test/**/*.test.ts"],
},
});
});

0 comments on commit 3f9696e

Please sign in to comment.