Skip to content

Commit 185aa2b

Browse files
authored
Fix unittest
1 parent 5563ee9 commit 185aa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/identifier.unittest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe("util/identifier", () => {
1010
beforeEach(() => {
1111
context = "/some/dir/";
1212
pathConstruct = "/some/dir/to/somewhere|some/other/dir!../more/dir";
13-
expected = "to/somewhere|some/other/dir!../more/dir";
13+
expected = "./to/somewhere|some/other/dir!../more/dir";
1414
});
1515

1616
it("computes the correct relative results for the path construct", () => {

0 commit comments

Comments
 (0)