Skip to content

Commit 30a8c6d

Browse files
committed
test: update commonPath.test.ts
1 parent 5a29b84 commit 30a8c6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/lib/commonPath.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ describe("Split an array of strings at a separator", function () {
1010
describe("#_splitStrings", function () {
1111
it("should split 3 strings correctly with the default separator", function () {
1212
const items = ["a/b/c", "ABC/DEF/GHI", "1/2/3"];
13+
1314
const expected = [
1415
["a", "b", "c"],
1516
["ABC", "DEF", "GHI"],

0 commit comments

Comments
 (0)