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.ts24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/bun.js/test/jest.classes.ts b/src/bun.js/test/jest.classes.ts
index d1d225f64..ad2a5d6e8 100644
--- a/src/bun.js/test/jest.classes.ts
+++ b/src/bun.js/test/jest.classes.ts
@@ -128,6 +128,30 @@ export default [
fn: "toBeInstanceOf",
length: 1,
},
+ toBeTruthy: {
+ fn: "toBeTruthy",
+ length: 0,
+ },
+ toBeUndefined: {
+ fn: "toBeUndefined",
+ length: 0,
+ },
+ toBeNaN: {
+ fn: "toBeNaN",
+ length: 0,
+ },
+ toBeNull: {
+ fn: "toBeNull",
+ length: 0,
+ },
+ toBeFalsy: {
+ fn: "toBeFalsy",
+ length: 0,
+ },
+ toBeDefined: {
+ fn: "toBeDefined",
+ length: 0,
+ },
toContain: {
fn: "toContain",
length: 1,