From 1bcd8864570ccbee7d725a7b5454197b6905c733 Mon Sep 17 00:00:00 2001 From: cm-ayf Date: Fri, 24 May 2024 19:45:21 +0900 Subject: [PATCH] one require --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index b931030..0af0311 100644 --- a/test/index.js +++ b/test/index.js @@ -10,6 +10,7 @@ const { pipeline } = require("node:stream/promises"); const { setTimeout } = require("node:timers/promises"); const crypto = require("node:crypto"); const { + OM_SYRINX_VERSION, JPREPROCESS_VERSION, JBONSAI_VERSION, Syrinx, @@ -17,7 +18,6 @@ const { } = require("../lib"); const tar = require("tar-fs"); const TOML = require("@iarna/toml"); -const { OM_SYRINX_VERSION } = require("../lib"); describe("version", () => { it("should match the version of om-syrinx", () => {