import { expect, describe, it } from "vitest"; import Phaser from "phaser"; import { /*modules to test*/ } from "#app/egg-hatch-phase"; //FROM: - src/egg-hatch-phase.ts describe.skip("EggHatchPhase", () => { // Your code here });