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.ts21
1 files changed, 13 insertions, 8 deletions
diff --git a/src/bun.js/test/jest.classes.ts b/src/bun.js/test/jest.classes.ts
index 612fc0268..bc2dbb1a1 100644
--- a/src/bun.js/test/jest.classes.ts
+++ b/src/bun.js/test/jest.classes.ts
@@ -121,10 +121,6 @@ export default [
fn: "toBeCloseTo",
length: 1,
},
- toBeEven: {
- fn: "toBeEven",
- length: 0,
- },
toBeGreaterThan: {
fn: "toBeGreaterThan",
length: 1,
@@ -141,10 +137,6 @@ export default [
fn: "toBeLessThanOrEqual",
length: 1,
},
- toBeOdd: {
- fn: "toBeOdd",
- length: 0,
- },
toBeInstanceOf: {
fn: "toBeInstanceOf",
length: 1,
@@ -229,6 +221,19 @@ export default [
getter: "getRejects",
this: true,
},
+ // jest-extended
+ toBeEmpty: {
+ fn: "toBeEmpty",
+ length: 0,
+ },
+ toBeEven: {
+ fn: "toBeEven",
+ length: 0,
+ },
+ toBeOdd: {
+ fn: "toBeOdd",
+ length: 0,
+ },
},
}),
];