We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15199f8 commit 2a26cbeCopy full SHA for 2a26cbe
TESTS_README.md
@@ -65,7 +65,7 @@ describe("example", function()
65
-- mocked instance of api to interact with
66
67
describe("realistic_func", function()
68
- it("Should make explected calls to api, fully mocked", function()
+ it("Should make expected calls to api, fully mocked", function()
69
-- mock the vim.api
70
local api = mock(vim.api, true)
71
0 commit comments