Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jan 21, 2020
1 parent 9af210c commit 7ec071a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion modules/lemur
Submodule lemur updated 151 files
2 changes: 1 addition & 1 deletion modules/roact
Submodule roact updated 131 files
2 changes: 1 addition & 1 deletion test-place.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},

"Roact": {
"$path": "modules/roact/lib"
"$path": "modules/roact/src"
},

"Rodux": {
Expand Down
2 changes: 1 addition & 1 deletion test/lemur.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
local LOAD_MODULES = {
{"src", "RoactRodux"},
{"modules/rodux/lib", "Rodux"},
{"modules/roact/lib", "Roact"},
{"modules/roact/src", "Roact"},
{"modules/testez/lib", "TestEZ"},
}

Expand Down
8 changes: 4 additions & 4 deletions test/runner.server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ local completed, result = xpcall(function()
local TestEZ = require(ReplicatedStorage.TestEZ)

Roact.setGlobalConfig({
-- ["internalTypeChecks"] = true,
-- ["typeChecks"] = true,
internalTypeChecks = true,
typeChecks = true,
elementTracing = true,
-- ["propValidation"] = true,
propValidation = true,
})

local results = TestEZ.TestBootstrap:run(
ReplicatedStorage.RoactRodux,
{ ReplicatedStorage.RoactRodux },
TestEZ.Reporters.TextReporter
)

Expand Down

0 comments on commit 7ec071a

Please sign in to comment.