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
It looks like we have a regression introduced sometime in the last few weeks.
I am running into some strange errors while trying to update the version of sandbag used by openbeta-graphql, so we can use the new scales people have added recently. All I did was change the version of sandbag in openbeta-graphql's package.json to ^0.0.42. Then I get errors like
FAIL build/__tests__/gradeUtils.js
● Test suite failed to run
SyntaxError: The requested module '@openbeta/sandbag' does not provide an export named 'GradeScales'
at Runtime.linkAndEvaluateModule (node_modules/jest-runtime/build/index.js:808:5)
Test Suites: 17 failed, 17 total
git bisect indicates that the regression entered in e4fbbd0 , which didn't change any exports.
It looks like we have a regression introduced sometime in the last few weeks.
I am running into some strange errors while trying to update the version of sandbag used by openbeta-graphql, so we can use the new scales people have added recently. All I did was change the version of sandbag in openbeta-graphql's package.json to
^0.0.42
. Then I get errors likegit bisect indicates that the regression entered in e4fbbd0 , which didn't change any exports.
@actuallyyun, do you have any ideas?
The text was updated successfully, but these errors were encountered: