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.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bun.js/test/jest.classes.ts b/src/bun.js/test/jest.classes.ts
index 8ed291ef5..de9f260d2 100644
--- a/src/bun.js/test/jest.classes.ts
+++ b/src/bun.js/test/jest.classes.ts
@@ -77,6 +77,10 @@ export default [
fn: "toBe",
length: 1,
},
+ toHaveBeenCalled: {
+ fn: "toHaveBeenCalled",
+ length: 0,
+ },
toHaveBeenCalledTimes: {
fn: "toHaveBeenCalledTimes",
length: 1,