refactor: remove unnecessary test
This commit is contained in:
parent
b767e9e08b
commit
0e15f75640
1 changed files with 0 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
|||
import { expect, test } from "vitest";
|
||||
import * as nlk from "../dist/index.js";
|
||||
import fs from "fs/promises";
|
||||
|
||||
// ensure same formating
|
||||
const manifest = JSON.parse(await fs.readFile("./tests/1.21.8.json", { encoding: "utf-8" }));
|
||||
|
||||
test("get 1.21.8 version manifest", async () => {
|
||||
expect(
|
||||
await nlk.core.version.getVersionManifest("1.21.8"),
|
||||
).toStrictEqual(manifest);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue