aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h
diff options
context:
space:
mode:
authorGravatar WingLim <winglims@gmail.com> 2023-09-18 17:59:09 +0800
committerGravatar GitHub <noreply@github.com> 2023-09-18 02:59:09 -0700
commitc7de270bbba05e0fc850290b27d617bda1df2206 (patch)
tree955759fa7a7d4211a11938cec5e8ca7dff65e52c /src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h
parentc66d4a724b675c6ebbd64ccf98e1ce9933f2ef00 (diff)
downloadbun-c7de270bbba05e0fc850290b27d617bda1df2206.tar.gz
bun-c7de270bbba05e0fc850290b27d617bda1df2206.tar.zst
bun-c7de270bbba05e0fc850290b27d617bda1df2206.zip
feat(test): Implement `arrayContaining` (#5572)
* feat(test): implement `arrayContaining` * feat: early return when expectedArray is empty * feat: add test for toEqual * chore: use `JSC::isArray` * chore: use getIndex for performance * fix: use deepEqual --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Diffstat (limited to 'src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h')
-rw-r--r--src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h b/src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h
index a364c0a48..cef5c512a 100644
--- a/src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h
+++ b/src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h
@@ -16,6 +16,7 @@ std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForEndTag;
std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForExpect;
std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForExpectConstructor;std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForExpectAny;
std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForExpectAnything;
+std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForExpectArrayContaining;
std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForExpectStringContaining;
std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForExpectStringMatching;
std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForFFI;