Fix tests

This commit is contained in:
Dolan Miu
2023-06-07 15:11:47 +01:00
parent 972fa77265
commit a0a88412ff
5 changed files with 942 additions and 49 deletions

View File

@ -33,4 +33,7 @@ export default defineConfig({
include: [/node_modules/],
},
},
test: {
environment: "jsdom",
},
});