Skip to content

Commit

Permalink
fix(SDK-51): fix process.env on cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fgiuliani committed Jul 25, 2023
1 parent 4ff2a52 commit 3f6228b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ export default defineConfig(() => {
test: {
setupFiles: ["./tests/setup.js"],
},
define: {
'process.env': process.env
}
};
});

0 comments on commit 3f6228b

Please sign in to comment.