Skip to content

Commit

Permalink
Merge pull request #8 from funidata/n
Browse files Browse the repository at this point in the history
demo n
  • Loading branch information
joonashak authored Sep 26, 2023
2 parents 3cb498e + 3cc9e53 commit 4828873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import test from "node:test";
import assert from "node:assert";
import { a } from "./main.mjs";

// hello
test("a", () => {
assert.strictEqual(a, 1);
});

0 comments on commit 4828873

Please sign in to comment.