done refactoring tests
This commit is contained in:
8
test/test-utils.sml
Normal file
8
test/test-utils.sml
Normal file
@@ -0,0 +1,8 @@
|
||||
structure TestUtils =
|
||||
struct
|
||||
fun init buffer =
|
||||
AppType.init (buffer, 0, 0, Time.now ())
|
||||
|
||||
fun update (app, cmd) =
|
||||
AppUpdate.update (app, cmd, Time.now ())
|
||||
end
|
||||
Reference in New Issue
Block a user