reclaim a couple more functions after tests

This commit is contained in:
Kartik K. Agaram 2022-08-19 10:29:48 -07:00
parent dd15f15640
commit fc9490c964
1 changed files with 2 additions and 0 deletions

View File

@ -341,6 +341,8 @@ function App.disable_tests()
end
-- test methods are disallowed outside tests
App.run_tests = nil
App.disable_tests = nil
App.screen.init = nil
App.filesystem = nil
App.time = nil