fix cache import
All checks were successful
Publish Package / build (push) Successful in 19s

This commit is contained in:
Lee
2024-04-19 20:39:30 +01:00
parent 9eaf6125b7
commit db98cf20a1
13 changed files with 20 additions and 15 deletions

View File

@ -1,4 +1,4 @@
import { getPlayer, getPlayerSkinPart, getPlayerUuid } from "../dist/index";
import {getPlayer, getPlayerSkinPart, getPlayerUuid} from "../dist/index";
test("ensureGetPlayerLookupSuccess", async () => {
const player = await getPlayer("Notch");