Roblox / roact-rodux

A connector between Roact and Rodux, similar to react-redux

Home Page:https://roblox.github.io/roact-rodux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Importing with Rotriever causes unit tests to fail

Kylaaa opened this issue · comments

The Rotriever.toml file imports Roact, but the tests expect that Rodux is also imported.

The following tests fail with the same messages (TestService: Error during planning: Rodux is not a valid member of Folder) :

  • getStore.spec.lua
  • connect.spec.lua
  • StoreProvider.spec.lua

Please update the toml file to include Rodux.

We're waiting for development dependency support in Rotriever before we add Rodux to Roact-Rodux, since at runtime it doesn't actually depend on Rodux.

It sounds a bit like you're trying to run the tests of dependencies installed via Rotriever. That's pretty strange and is unsupported, since it's possible for a project to need some dependencies only for testing, like TestEZ!