pokerogue/src/test/phaser.setup.ts
Devin Korb 53def01b51
Add unit testing support with vitest (#18)
* update loose files and add vitest

* update test scripts

* more support for vitest

* more test support

* update vscode settings
2024-03-30 20:47:47 -04:00

6 lines
92 B
TypeScript

import Phaser from "phaser";
export default new Phaser.Game({
type: Phaser.HEADLESS,
});