UNPKG

phaser

Version:

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

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