Skip to content

Commit ac90046

Browse files
committed
chore: naming
1 parent 5b894f2 commit ac90046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/auto/kaplay.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { beforeAll, describe, expect, it } from "vitest";
22
import "vitest-puppeteer";
33
import "../../dist/declaration/global";
44

5-
describe("KAPLAY Context Initialization", () => {
5+
describe("Context Initialization", () => {
66
beforeAll(async () => {
77
await page.addScriptTag({ path: "dist/kaplay.js" });
88
});

0 commit comments

Comments
 (0)