Changed file names in test/sprites to kebab-case

This commit is contained in:
Cas 2025-05-03 16:35:10 -04:00
parent c396317990
commit c1ddb92f30
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { getAppRootDir } from "#test/sprites/spritesUtils";
import { getAppRootDir } from "#test/sprites/sprites-utils";
import fs from "fs";
import path from "path";
import { beforeAll, describe, expect, it } from "vitest";