From 40d00a961ec4aa4398e18bada520eaf5791151cc Mon Sep 17 00:00:00 2001 From: "Tiramify (A.K. Daniel)" <94789999+TiranexDev@users.noreply.github.com> Date: Wed, 9 Aug 2023 07:14:30 +0200 Subject: feat(bun/test): Implement "toSatisfy" & "toIncludeRepeated" (fwup) (#3651) * Fix merge issues * oop * make codegen * Fix build issues --------- Co-authored-by: dave caruso --- src/bun.js/test/jest.classes.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/bun.js/test/jest.classes.ts') diff --git a/src/bun.js/test/jest.classes.ts b/src/bun.js/test/jest.classes.ts index c337ab4ec..d40acbf07 100644 --- a/src/bun.js/test/jest.classes.ts +++ b/src/bun.js/test/jest.classes.ts @@ -353,6 +353,14 @@ export default [ fn: "toInclude", length: 1, }, + toIncludeRepeated: { + fn: "toIncludeRepeated", + length: 2, + }, + toSatisfy: { + fn: "toSatisfy", + length: 1, + }, toStartWith: { fn: "toStartWith", length: 1, -- cgit v1.2.3