Skip to content
Snippets Groups Projects
Unverified Commit ea1a2dc8 authored by woxtu's avatar woxtu Committed by GitHub
Browse files

Update the Vitest configuration (#12493)

parent d5deef56
No related branches found
No related tags found
No related merge requests found
......@@ -150,10 +150,14 @@ export function getConfig(): UserConfig {
test: {
environment: 'happy-dom',
deps: {
inline: [
// XXX: misskey-dev/browser-image-resizer has no "type": "module"
'browser-image-resizer',
],
optimizer: {
web: {
include: [
// XXX: misskey-dev/browser-image-resizer has no "type": "module"
'browser-image-resizer',
],
},
},
},
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment