We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b894f2 commit ac90046Copy full SHA for ac90046
tests/auto/kaplay.spec.ts
@@ -2,7 +2,7 @@ import { beforeAll, describe, expect, it } from "vitest";
2
import "vitest-puppeteer";
3
import "../../dist/declaration/global";
4
5
-describe("KAPLAY Context Initialization", () => {
+describe("Context Initialization", () => {
6
beforeAll(async () => {
7
await page.addScriptTag({ path: "dist/kaplay.js" });
8
});
0 commit comments