fix: modrinth tests not finding nlk

This commit is contained in:
HerozDotExe 2026-04-23 18:21:30 +02:00
parent d66c80f9dc
commit cee159d14b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import { test } from "vitest";
import { Instance, offlineAuth, RuntimeManager, getJavaComponent, importModrinthModpack } from "../../dist/index.js";
import { Instance, offlineAuth, RuntimeManager, getJavaComponent, importModrinthModpack } from "../dist/index.js";
import path from "path";
import fs from "fs/promises";

View file

@ -1,5 +1,5 @@
import { test } from "vitest";
import { Instance, offlineAuth, RuntimeManager, getJavaComponent, importModrinthModpack } from "../../../dist/index.js";
import { Instance, offlineAuth, RuntimeManager, getJavaComponent, importModrinthModpack } from "../../dist/index.js";
import path from "path";
import fs from "fs/promises";