Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): no test case will throw error (#5032)
`vitest` will throw error by default if no test is found. To suppress this error, we need to add `--passWithNoTests` to the options. An alternative is to set up a `vitest.config` file and define that option. That's probably overdone since emitter codes are no longer maintained here.
- Loading branch information