Skip to content

Commit

Permalink
Run tests in browser environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed May 10, 2023
1 parent 2598e15 commit df4dcad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ export default defineConfig({
external: ["solid-js"],
},
},
resolve: {
conditions: ["browser"],
},
});

0 comments on commit df4dcad

Please sign in to comment.