Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-ayf committed May 24, 2024
1 parent b7d8a63 commit a960b84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ 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", () => {
assert.strictEqual(require("../package.json").version, OM_SYRINX_VERSION);
});

const lockFile = fs.readFileSync("Cargo.lock", "utf-8");
const { package } = TOML.parse(lockFile);

Expand Down

0 comments on commit a960b84

Please sign in to comment.