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

expect(...).toMatchInlineSnapshot() missing types in @types/bun #16155

Open
cpakken opened this issue Jan 4, 2025 · 0 comments
Open

expect(...).toMatchInlineSnapshot() missing types in @types/bun #16155

cpakken opened this issue Jan 4, 2025 · 0 comments
Labels
bug Something isn't working needs triage

Comments

@cpakken
Copy link

cpakken commented Jan 4, 2025

What version of Bun is running?

1.1.42+50eec0025

What platform is your computer?

Microsoft Windows NT 10.0.19045.0 x64

What steps can reproduce the bug?

Using latest @types/bun (1.1.14

import { describe, expect, test } from 'bun:test'

expect('foobar').toMatchInlineSnapshot()

Bun types missing for .toMatchInlineSnapshot()

What is the expected behavior?

No response

What do you see instead?

No response

Additional information

No response

@cpakken cpakken added bug Something isn't working needs triage labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

1 participant