Skip to content

Commit a9f5a1e

Browse files
committed
test: specs for picker.custom
1 parent 9d6f6d0 commit a9f5a1e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/picker_spec.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,11 @@ describe('utils.picker', function()
2626
assert.are.equals(type(picker.select_file), 'function')
2727
end)
2828
end)
29+
30+
describe('custom', function()
31+
it('checks if function exists', function()
32+
assert.is_not_nil(picker.custom)
33+
assert.are.equals(type(picker.custom), 'function')
34+
end)
35+
end)
2936
end)

0 commit comments

Comments
 (0)