chore: Update testing crate (#66975)

### What?

Update `testing` crate of SWC

### Why?

For an unknown reason it was not included in the latest SWC update

### How?
This commit is contained in:
Donny/강동윤 2024-06-21 11:53:09 +09:00 committed by GitHub
parent 32992fc0be
commit 528980f680
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ swc_core = { version = "0.95.2", features = [
"ecma_loader_lru",
"ecma_loader_parking_lot",
] }
testing = { version = "0.35.25" }
testing = { version = "0.36.0" }
# Turbo crates
turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240619.2" }