Skip to content

Commit ea113ba

Browse files
committed
chore: tests
1 parent f14a403 commit ea113ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/lib/extractor/index.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ describe("removeWhiteoutPrefix", () => {
8888
);
8989
expect(removeWhiteoutPrefix(".whfile")).toBe(".whfile");
9090
expect(removeWhiteoutPrefix("/path/.whfile")).toBe("/path/.whfile");
91-
expect(removeWhiteoutPrefix("/path/has/.wh./in/middle")).toBe(
92-
"/path/has/.wh./in/middle",
93-
);
91+
expect(removeWhiteoutPrefix("/xwh.txt")).toBe("/xwh.txt");
9492
});
9593

9694
test("should handle edge cases", () => {

0 commit comments

Comments
 (0)