From 43865a3e29db8ebd7c753bc692f6f8ce83620d74 Mon Sep 17 00:00:00 2001 From: dave caruso Date: Wed, 21 Jun 2023 15:59:56 -0400 Subject: finish implementing JSMockFunction prototype + lots of expect test organizing (#3304) * mock tests * fix mistake * stuff * partially implement mock return promises * lot of housecleaning on jest tests * document / rename internalFields in jsmockfunction * finish implementing JSMockFunction prototype * cleanup * more progress * everything is done * remove demo.test.js * finish rebase * requested changes * fix compile error --- src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h') diff --git a/src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h b/src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h index d595dc866..3997c1d88 100644 --- a/src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h +++ b/src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h @@ -36,6 +36,7 @@ public: std::unique_ptr m_clientSubspaceForCommonJSModuleRecord; std::unique_ptr m_clientSubspaceForJSMockImplementation; std::unique_ptr m_clientSubspaceForJSMockFunction; + std::unique_ptr m_clientSubspaceForMockWithImplementationCleanupData; #include "ZigGeneratedClasses+DOMClientIsoSubspaces.h" /* --- bun --- */ -- cgit v1.2.3