Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
recap committed Jul 2, 2024
1 parent f71624e commit 60d1ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/class-loader-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const test = require("node:test")
const assert = require("node:assert")
const ClassLoader = require("../class_loader.js")
const ClassLoader = require("../class-loader.js")

test("test private constructor ClassLoader", async () => {
assert.throws(() => {
Expand Down

0 comments on commit 60d1ab8

Please sign in to comment.