Skip to content

Commit

Permalink
fix test module location
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed May 22, 2024
1 parent a2fdaaf commit 510d2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basics.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

const { describe, it } = require("node:test");
const assert = require("node:assert").strict;
const NUID = require("../cjs/nuid.js");
const NUID = require("../lib/nuid.js");

function rangeEquals(ba, bb, start, end) {
var equal = true;
Expand Down

0 comments on commit 510d2d2

Please sign in to comment.