mirror of
https://github.com/ryanwtf7/hianime-api.git
synced 2026-06-19 14:07:44 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
include: ['scripts/tests/vitest/**/*.test.ts'],
|
||||
reporters: ['verbose'],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user