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
While working on #137, I noticed that we did not set YARN_IGNORE_NODE flag in proposals/29:upgrade-9/test.sh which resulted in yarn avanot running. Setting this flag however, would result in failures in proposals/29:upgrade-9/sanity.test.js.
Fixing these test case failures are outside the scope of #137 so I'm opening an issue to document this and assigning to @turadg who based on git blame created the test file.
PS: for posterity, it would probably be helpful to set -e in proposal/29:upgrade-9/test.sh too.
The text was updated successfully, but these errors were encountered:
While working on #137, I noticed that we did not set
YARN_IGNORE_NODE
flag inproposals/29:upgrade-9/test.sh
which resulted inyarn ava
not running. Setting this flag however, would result in failures inproposals/29:upgrade-9/sanity.test.js
.Fixing these test case failures are outside the scope of #137 so I'm opening an issue to document this and assigning to @turadg who based on
git blame
created the test file.PS: for posterity, it would probably be helpful to
set -e
inproposal/29:upgrade-9/test.sh
too.The text was updated successfully, but these errors were encountered: