Skip to content

Commit

Permalink
WIP: re-enable browser-based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Sep 27, 2023
1 parent 0ba4f1d commit b0b11b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ export default {
},
},
projects: [
// {
// ...baseConfig,
// displayName: "browser",
// testEnvironment: "jsdom",
// testPathIgnorePatterns: ["e2e", "node.test.ts"],
// },
{
...baseConfig,
displayName: "browser",
testEnvironment: "jsdom",
testPathIgnorePatterns: ["e2e", "node.test.ts"],
},
{
...baseConfig,
displayName: "node",
Expand Down

0 comments on commit b0b11b4

Please sign in to comment.