chore: fix test

This commit is contained in:
Shibo Lyu 2024-09-03 22:32:22 +08:00
parent 50b39cfd08
commit 48f9c32918

11
vitest.config.ts Normal file
View file

@ -0,0 +1,11 @@
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
server: {
deps: {
inline: ['unique-names-generator']
}
}
}
});