UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

12 lines (10 loc) 273 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { include: ['tests/**/*.test.js'], globals: true, environment: 'jsdom', setupFiles: ['./tests/setup.js'], testTimeout: 10000 } });