aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/test/jest.classes.ts
diff options
context:
space:
mode:
authorGravatar Dylan Conway <35280289+dylan-conway@users.noreply.github.com> 2022-11-28 23:15:12 -0800
committerGravatar GitHub <noreply@github.com> 2022-11-28 23:15:12 -0800
commit56884b5f1dd60a2673ef765a5556bd37d00c1292 (patch)
tree8ab86ac1015bcaf91c5d33851022a325d3e1fcb6 /src/bun.js/test/jest.classes.ts
parent887496bcf9bc3e87ca18637f4cd059eecc324102 (diff)
downloadbun-56884b5f1dd60a2673ef765a5556bd37d00c1292.tar.gz
bun-56884b5f1dd60a2673ef765a5556bd37d00c1292.tar.zst
bun-56884b5f1dd60a2673ef765a5556bd37d00c1292.zip
toHaveProperty and tests (#1558)
* toHaveProperty and tests * emoji tests
Diffstat (limited to 'src/bun.js/test/jest.classes.ts')
-rw-r--r--src/bun.js/test/jest.classes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/test/jest.classes.ts b/src/bun.js/test/jest.classes.ts
index ad2a5d6e8..1dcb9ae0a 100644
--- a/src/bun.js/test/jest.classes.ts
+++ b/src/bun.js/test/jest.classes.ts
@@ -102,7 +102,7 @@ export default [
},
toHaveProperty: {
fn: "toHaveProperty",
- length: 1,
+ length: 2,
},
toBeCloseTo: {
fn: "toBeCloseTo",