mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Tests: "Unbreak" some more tests
This is horrible and needs to burn in a fire.
This commit is contained in:
@@ -12,6 +12,10 @@ describe("Readerhighlight module", function()
|
||||
UIManager = require("ui/uimanager")
|
||||
end)
|
||||
|
||||
teardown(function()
|
||||
UIManager:quit()
|
||||
end)
|
||||
|
||||
local function highlight_single_word(pos0)
|
||||
local readerui = ReaderUI.instance
|
||||
local s = spy.on(readerui.languagesupport, "improveWordSelection")
|
||||
|
||||
Reference in New Issue
Block a user