6ccb4fbc63
* chore: add vitest dependencies * refactor: replace jest by vitest * test: disable broken test * Update pnpm-lock.yaml * Update pnpm-lock.yaml --------- Co-authored-by: Matt Aitken <matt@mattaitken.com>
7 lines
112 B
TypeScript
7 lines
112 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
globals: true
|
|
},
|
|
}) |