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
Convert src/Rest.js to TypeScript as src/Rest.ts, and tests/unit/Rest.js as tests/unit/Rest.ts.
This should allow the unit tests in tests/unit/Rest to pass again. In order to run unit tests with the changes, any instances of Rest will need to be changed to Rest.default in other JS modules until we convert them as well.
See #130 for general information on the conversion. If you have questions, comments, or thoughts for this module beyond the conversion itself, you can leave comments on this issue.
The text was updated successfully, but these errors were encountered:
Convert
src/Rest.js
to TypeScript assrc/Rest.ts
, andtests/unit/Rest.js
astests/unit/Rest.ts
.This should allow the unit tests in
tests/unit/Rest
to pass again. In order to run unit tests with the changes, any instances ofRest
will need to be changed toRest.default
in other JS modules until we convert them as well.See #130 for general information on the conversion. If you have questions, comments, or thoughts for this module beyond the conversion itself, you can leave comments on this issue.
The text was updated successfully, but these errors were encountered: