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
Unit tests, bug fixes, and documentation improvements
Unit tests
There's a new unit test suite! Run it with npm run test from the project's top-level after running npm run get-dependencies. Note that running the unit tests will require a number of dependencies not required to deploy the dev portal (e.g., a modern version of node and npm, many npm modules, etc). To get coverage reports, run npm run coverage.