Skip to content

Commit 20d3445

Browse files
committed
Add really basic test
1 parent 55dbea8 commit 20d3445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/neo-tree/utils/fs_spec.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ describe("fs_parent", function()
66
assert.are.same(nil, utils.fs_parent("/"))
77
assert.are.same("/", utils.fs_parent("/foo"))
88
assert.are.same("/", utils.fs_parent("/foo/bar", true))
9+
assert.are.same(nil, utils.fs_parent("/foo/bar", false))
910
end)
1011
end)

0 commit comments

Comments
 (0)