You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/spec/unit/eink_optimization_spec.lua

11 lines
302 B
Lua

describe("eink optimization setting", function()
setup(function()
require("commonrequire")
end)
it("should be correctly loaded", function()
G_reader_settings:saveSetting("low_pan_rate", true)
assert.Equals(require("device").screen.low_pan_rate, true)
end)
end)