You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pointed out by @code-asher, we should be separating our dependencies correctly. Right now the yarn test:integration relies on both dependencies at the root and in /test.
We need to move any test dependencies to /test/package.json (i.e. jest and typescript).
Pointed out by @code-asher, we should be separating our dependencies correctly. Right now the
yarn test:integration
relies on both dependencies at the root and in/test
.We need to move any test dependencies to
/test/package.json
(i.e.jest
andtypescript
).More discussion: #5275 (comment)
The text was updated successfully, but these errors were encountered: