mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
chore: lint
This commit is contained in:
parent
1f36517870
commit
2b7cade25a
@ -122,11 +122,11 @@ describe("harpoon", function()
|
|||||||
setup = true
|
setup = true
|
||||||
config = c
|
config = c
|
||||||
end,
|
end,
|
||||||
});
|
})
|
||||||
|
|
||||||
harpoon:setup({
|
harpoon:setup({
|
||||||
foo = { }
|
foo = {},
|
||||||
});
|
})
|
||||||
harpoon:list()
|
harpoon:list()
|
||||||
|
|
||||||
eq(true, setup)
|
eq(true, setup)
|
||||||
@ -134,8 +134,5 @@ describe("harpoon", function()
|
|||||||
|
|
||||||
eq(true, list_created)
|
eq(true, list_created)
|
||||||
eq(Config.DEFAULT_LIST, list_name)
|
eq(Config.DEFAULT_LIST, list_name)
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user