aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/test/jest.classes.ts
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2023-06-01 00:19:33 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-01 00:19:33 -0700
commita4ccd4e0b4cc19f534bf639f30b7e4218400e1e8 (patch)
tree250f89bddd6e6c920645db2ad39bb7edf576edf0 /src/bun.js/test/jest.classes.ts
parentcb0f76aa73f6b85667b57015a77ac39d9c78aa0b (diff)
parent689434e012a47b9be897f6d90d6aa211b13dfc19 (diff)
downloadbun-jarred/port.tar.gz
bun-jarred/port.tar.zst
bun-jarred/port.zip
Merge branch 'main' into jarred/portjarred/port
Diffstat (limited to 'src/bun.js/test/jest.classes.ts')
-rw-r--r--src/bun.js/test/jest.classes.ts68
1 files changed, 68 insertions, 0 deletions
diff --git a/src/bun.js/test/jest.classes.ts b/src/bun.js/test/jest.classes.ts
index bc2dbb1a1..8ed291ef5 100644
--- a/src/bun.js/test/jest.classes.ts
+++ b/src/bun.js/test/jest.classes.ts
@@ -234,6 +234,74 @@ export default [
fn: "toBeOdd",
length: 0,
},
+ toBeNil: {
+ fn: "toBeNil",
+ length: 0,
+ },
+ toBeBoolean: {
+ fn: "toBeBoolean",
+ length: 0,
+ },
+ toBeTrue: {
+ fn: "toBeTrue",
+ length: 0,
+ },
+ toBeFalse: {
+ fn: "toBeFalse",
+ length: 0,
+ },
+ toBeNumber: {
+ fn: "toBeNumber",
+ length: 0,
+ },
+ toBeInteger: {
+ fn: "toBeInteger",
+ length: 0,
+ },
+ toBeFinite: {
+ fn: "toBeFinite",
+ length: 0,
+ },
+ toBePositive: {
+ fn: "toBePositive",
+ length: 0,
+ },
+ toBeNegative: {
+ fn: "toBeNegative",
+ length: 0,
+ },
+ toBeWithin: {
+ fn: "toBeWithin",
+ length: 2,
+ },
+ toBeSymbol: {
+ fn: "toBeSymbol",
+ length: 0,
+ },
+ toBeFunction: {
+ fn: "toBeFunction",
+ length: 0,
+ },
+ toBeDate: {
+ fn: "toBeDate",
+ length: 0,
+ },
+ toBeString: {
+ fn: "toBeString",
+ length: 0,
+ },
+ toInclude: {
+ fn: "toInclude",
+ length: 1,
+ },
+ toStartWith: {
+ fn: "toStartWith",
+ length: 1,
+ },
+ toEndWith: {
+ fn: "toEndWith",
+ length: 1,
+ },
},
}),
];