Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

only look in src for bun test #3038

Merged
merged 1 commit into from
Apr 4, 2024
Merged

only look in src for bun test #3038

merged 1 commit into from
Apr 4, 2024

Commits on Dec 10, 2023

  1. only look in src for bun test

    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"
    ```
    rotu authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    2955739 View commit details
    Browse the repository at this point in the history