Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): added github workflow for testing (#464)
this will be run against pull requests on next and master. this also updates karma to v6 and utilizes the new public api so we no longer have to fork a child process to avoid karma < 6's behavior of calling process.exit(#) this also increases the default timeout of the integration tests as 5 seconds was just too short for the CI to be able to properly complete. Fixes N/A
- Loading branch information