mirror of
https://github.com/blasten/turn.js.git
synced 2026-07-13 21:31:10 +08:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ['tests/unit/**/*.test.js']
|
|
}
|
|
});
|