test: cultureSets to have executable sort functions

This commit is contained in:
max 2022-08-01 23:06:48 +03:00
parent f692f8dfbf
commit 7131a570f4
7 changed files with 362 additions and 7 deletions

View file

@ -63,6 +63,9 @@ export default defineConfig(({mode}) => {
}
}
},
test: {
environment: "happy-dom"
},
resolve: {
alias: [
{find: "src", replacement: path.resolve(pathName, "./src")},