Closed WesCossick closed 3 years ago
It wasn't installing packages in one of the test projects, which the main package.json has to reference via link:. Therefore, scripts like test were failing because things like Jest weren't available.
package.json
link:
test
It wasn't installing packages in one of the test projects, which the main
package.json
has to reference vialink:
. Therefore, scripts liketest
were failing because things like Jest weren't available.