mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Implement mock.module in bun:test (#6685)
* Implement Module Mocks * Update javascript.zig * Add test for spyOn + ESM namespace * Bump WebKit * Bump WebKit * Drain microtasks at end of test executions --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
"@types/react": "^18.0.25",
|
||||
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
||||
"@typescript-eslint/parser": "^5.31.0",
|
||||
"bun-webkit": "0.0.1-1a49a1f94bf42ab4f8c6b11d7bbbb21e491d2d62"
|
||||
"bun-webkit": "0.0.1-b3eb3541118a997adc959e138155f5f4736892da"
|
||||
},
|
||||
"version": "0.0.0",
|
||||
"prettier": "./.prettierrc.cjs"
|
||||
|
||||
Reference in New Issue
Block a user