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

Conversation

rotu
Copy link
Contributor

@rotu rotu commented Dec 10, 2023

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/expect@v0.2.6/mod.ts"

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/expect@v0.2.6/mod.ts"
```
Copy link

netlify bot commented Dec 10, 2023

Deploy Preview for guileless-rolypoly-866f8a ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 2955739
🔍 Latest deploy log https://app.netlify.com/sites/guileless-rolypoly-866f8a/deploys/65751dab9664a3000886a629
😎 Deploy Preview https://deploy-preview-3038--guileless-rolypoly-866f8a.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@colinhacks colinhacks merged commit c697056 into colinhacks:master Apr 4, 2024
3 checks passed
@rotu rotu deleted the patch-1 branch April 4, 2024 04:43
@colinhacks colinhacks mentioned this pull request Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants