
* test(migrate): migrate test tooling from chai + mocha to vitest * fix: fix wrong vitest cli command for watch
5 lines
92 B
TypeScript
5 lines
92 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {},
|
|
});
|