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