mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
Had a resurgence of a bug I was pretty sure I fixed, but it came back. Adding some tests to make sure we catch it if it comes back again.
8 lines
No EOL
138 B
TypeScript
8 lines
No EOL
138 B
TypeScript
import { defineConfig } from 'vitest/config'
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: 'jsdom',
|
|
globals: true,
|
|
},
|
|
}) |