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
Whilst trying to submit a new pull request to improve the loading functionality I was unable to get the tests to run from a clean checkout of the repo in master.
Running npm test generates the following error:
TypeError: setTimeout(...).unref is not a function
Whilst trying to submit a new pull request to improve the loading functionality I was unable to get the tests to run from a clean checkout of the repo in master.
Running
npm test
generates the following error:Steps to reproduce:
git clone [email protected]:SinaMFE/assemblyscript-typescript-loader.git
cd assemblyscript-typescript-loader
npm install
npm test
Environment:
The text was updated successfully, but these errors were encountered: