tests/ui: strict mode

This commit is contained in:
Björn Linse
2015-01-17 14:59:47 +01:00
committed by Thiago de Arruda
parent 5c837f613e
commit a9048896b3
3 changed files with 61 additions and 19 deletions

View File

@@ -10,6 +10,7 @@ describe('Screen', function()
clear()
screen = Screen.new()
screen:attach()
screen:set_default_attr_ignore( {{}, {bold=true, foreground=255}} )
end)
after_each(function()