Skip to content

Commit

Permalink
one require
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-ayf committed May 24, 2024
1 parent a960b84 commit f36d441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ 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,
EncoderType,
} = 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", () => {
Expand Down

0 comments on commit f36d441

Please sign in to comment.