aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/test/jest.classes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/test/jest.classes.ts')
-rw-r--r--src/bun.js/test/jest.classes.ts8
1 files changed, 8 insertions, 0 deletions
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,