Skip to content

Commit eea02ab

Browse files
committed
test: update paths.test.ts
1 parent 04ac3c4 commit eea02ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/lib/paths.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("Path handling", function () {
2626
});
2727
});
2828

29-
describe("_join", function () {
29+
describe("#_join", function () {
3030
it("returns one item", function () {
3131
assert.strictEqual(_join(["foo"]), "foo");
3232
});

0 commit comments

Comments
 (0)