fix: replace nlk import path in a template to make some tests working
This commit is contained in:
parent
ac7a5c3faa
commit
5fd89045a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue