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
Currently, the tests are run be spinning up all of the development dependencies first and running a global test runner on the local code w/ tap. While this is generally ok, it is slow.
With the migration to pnpm, the ability to run the tests independently and in parallel is possible.
Code coverage would need to be aggregated and published
Currently, the tests are run be spinning up all of the development dependencies first and running a global test runner on the local code w/ tap. While this is generally ok, it is slow.
With the migration to pnpm, the ability to run the tests independently and in parallel is possible.
Code coverage would need to be aggregated and published
There is a github action for this
The text was updated successfully, but these errors were encountered: