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
I'm working on porting this library to GDScript and need to run the tests to ensure that I don't break anything when porting. I see the unit_tests.ts file, but I'm not sure how to run it. In package.json the test script is "test": "echo \"Error: no test specified\" && exit 1".