Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Add flag to the test runner. Technically, none of our tests yet rely …
Browse files Browse the repository at this point in the history
…on the asserts (which is surprising), but we still want hem on for tests
  • Loading branch information
ZoteTheMighty committed Apr 2, 2019
1 parent 895c3af commit 7a6d231
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Loads our library and all of its dependencies, then runs tests using TestEZ.
]]

_G.ROACT_DEBUG = true

-- If you add any dependencies, add them to this table so they'll be loaded!
local LOAD_MODULES = {
{"lib", "Roact"},
Expand Down

0 comments on commit 7a6d231

Please sign in to comment.