blink-cmp-ghostty/spec
Barrett Ruth 3776133815
fix: lint warning and test mocks for async file read
Problem: selene flagged unused err3 variable, and test mock_enums
still mocked io.open instead of the new vim.uv.fs_* calls.

Solution: rename err3 to _, replace io.open mock with synchronous
vim.uv.fs_open/fs_fstat/fs_read/fs_close mocks using a sentinel fd.
2026-02-22 23:21:06 -05:00
..
ghostty_spec.lua fix: lint warning and test mocks for async file read 2026-02-22 23:21:06 -05:00
helpers.lua feat: initial release 2026-02-20 16:55:55 -05:00
minimal_init.lua feat: initial release 2026-02-20 16:55:55 -05:00