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