use vitest instead of jest
This commit is contained in:
@ -45,4 +45,8 @@ export default defineConfig({
|
||||
global: {}, // needed for custom-event lib
|
||||
SINGLE_RELAY: JSON.stringify(process.env.SINGLE_RELAY),
|
||||
},
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'jsdom',
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user