Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, `yarn run test:bun` would fail if we already built for `deno`, since it does not respect the filter in `jest.config.json`, failing with errors like: ``` deno/lib/__tests__/record.test.ts: error: FileNotFound reading "https://deno.land/x/[email protected]/mod.ts" ```
- Loading branch information