mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(expect): remove some dependencies on jest internals (#8782)
This commit is contained in:
parent
6a3d2b9fb9
commit
351c20be48
133
package-lock.json
generated
133
package-lock.json
generated
@ -32,7 +32,6 @@
|
|||||||
"expect": "^26.4.2",
|
"expect": "^26.4.2",
|
||||||
"extract-zip": "^2.0.1",
|
"extract-zip": "^2.0.1",
|
||||||
"https-proxy-agent": "^5.0.0",
|
"https-proxy-agent": "^5.0.0",
|
||||||
"jest-matcher-utils": "^26.4.2",
|
|
||||||
"jpeg-js": "^0.4.2",
|
"jpeg-js": "^0.4.2",
|
||||||
"mime": "^2.4.6",
|
"mime": "^2.4.6",
|
||||||
"minimatch": "^3.0.3",
|
"minimatch": "^3.0.3",
|
||||||
@ -6416,78 +6415,6 @@
|
|||||||
"node": ">= 10.14.2"
|
"node": ">= 10.14.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/jest-matcher-utils": {
|
|
||||||
"version": "26.4.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.4.2.tgz",
|
|
||||||
"integrity": "sha512-KcbNqWfWUG24R7tu9WcAOKKdiXiXCbMvQYT6iodZ9k1f7065k0keUOW6XpJMMvah+hTfqkhJhRXmA3r3zMAg0Q==",
|
|
||||||
"dependencies": {
|
|
||||||
"chalk": "^4.0.0",
|
|
||||||
"jest-diff": "^26.4.2",
|
|
||||||
"jest-get-type": "^26.3.0",
|
|
||||||
"pretty-format": "^26.4.2"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 10.14.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/jest-matcher-utils/node_modules/ansi-styles": {
|
|
||||||
"version": "4.3.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
||||||
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
||||||
"dependencies": {
|
|
||||||
"color-convert": "^2.0.1"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/jest-matcher-utils/node_modules/chalk": {
|
|
||||||
"version": "4.1.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
|
|
||||||
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
|
|
||||||
"dependencies": {
|
|
||||||
"ansi-styles": "^4.1.0",
|
|
||||||
"supports-color": "^7.1.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/jest-matcher-utils/node_modules/color-convert": {
|
|
||||||
"version": "2.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
||||||
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
||||||
"dependencies": {
|
|
||||||
"color-name": "~1.1.4"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=7.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/jest-matcher-utils/node_modules/color-name": {
|
|
||||||
"version": "1.1.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
||||||
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
||||||
},
|
|
||||||
"node_modules/jest-matcher-utils/node_modules/has-flag": {
|
|
||||||
"version": "4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
||||||
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/jest-matcher-utils/node_modules/supports-color": {
|
|
||||||
"version": "7.2.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
||||||
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
||||||
"dependencies": {
|
|
||||||
"has-flag": "^4.0.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/jest-message-util": {
|
"node_modules/jest-message-util": {
|
||||||
"version": "26.6.2",
|
"version": "26.6.2",
|
||||||
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz",
|
||||||
@ -8944,6 +8871,7 @@
|
|||||||
},
|
},
|
||||||
"node_modules/socksv5/node_modules/ipv6": {
|
"node_modules/socksv5/node_modules/ipv6": {
|
||||||
"version": "3.1.1",
|
"version": "3.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/ipv6/-/ipv6-3.1.1.tgz",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -8962,6 +8890,7 @@
|
|||||||
},
|
},
|
||||||
"node_modules/socksv5/node_modules/ipv6/node_modules/sprintf": {
|
"node_modules/socksv5/node_modules/ipv6/node_modules/sprintf": {
|
||||||
"version": "0.1.3",
|
"version": "0.1.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/sprintf/-/sprintf-0.1.3.tgz",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -15884,62 +15813,6 @@
|
|||||||
"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
|
||||||
"integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig=="
|
"integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig=="
|
||||||
},
|
},
|
||||||
"jest-matcher-utils": {
|
|
||||||
"version": "26.4.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.4.2.tgz",
|
|
||||||
"integrity": "sha512-KcbNqWfWUG24R7tu9WcAOKKdiXiXCbMvQYT6iodZ9k1f7065k0keUOW6XpJMMvah+hTfqkhJhRXmA3r3zMAg0Q==",
|
|
||||||
"requires": {
|
|
||||||
"chalk": "^4.0.0",
|
|
||||||
"jest-diff": "^26.4.2",
|
|
||||||
"jest-get-type": "^26.3.0",
|
|
||||||
"pretty-format": "^26.4.2"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"ansi-styles": {
|
|
||||||
"version": "4.3.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
||||||
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
||||||
"requires": {
|
|
||||||
"color-convert": "^2.0.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"chalk": {
|
|
||||||
"version": "4.1.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
|
|
||||||
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
|
|
||||||
"requires": {
|
|
||||||
"ansi-styles": "^4.1.0",
|
|
||||||
"supports-color": "^7.1.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"color-convert": {
|
|
||||||
"version": "2.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
||||||
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
||||||
"requires": {
|
|
||||||
"color-name": "~1.1.4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"color-name": {
|
|
||||||
"version": "1.1.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
||||||
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
||||||
},
|
|
||||||
"has-flag": {
|
|
||||||
"version": "4.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
||||||
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
|
|
||||||
},
|
|
||||||
"supports-color": {
|
|
||||||
"version": "7.2.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
||||||
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
||||||
"requires": {
|
|
||||||
"has-flag": "^4.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"jest-message-util": {
|
"jest-message-util": {
|
||||||
"version": "26.6.2",
|
"version": "26.6.2",
|
||||||
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz",
|
||||||
@ -17938,6 +17811,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ipv6": {
|
"ipv6": {
|
||||||
"version": "3.1.1",
|
"version": "3.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/ipv6/-/ipv6-3.1.1.tgz",
|
||||||
"bundled": true,
|
"bundled": true,
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
@ -17948,6 +17822,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"sprintf": {
|
"sprintf": {
|
||||||
"version": "0.1.3",
|
"version": "0.1.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/sprintf/-/sprintf-0.1.3.tgz",
|
||||||
"bundled": true,
|
"bundled": true,
|
||||||
"dev": true
|
"dev": true
|
||||||
}
|
}
|
||||||
|
@ -64,7 +64,6 @@
|
|||||||
"expect": "^26.4.2",
|
"expect": "^26.4.2",
|
||||||
"extract-zip": "^2.0.1",
|
"extract-zip": "^2.0.1",
|
||||||
"https-proxy-agent": "^5.0.0",
|
"https-proxy-agent": "^5.0.0",
|
||||||
"jest-matcher-utils": "^26.4.2",
|
|
||||||
"jpeg-js": "^0.4.2",
|
"jpeg-js": "^0.4.2",
|
||||||
"mime": "^2.4.6",
|
"mime": "^2.4.6",
|
||||||
"minimatch": "^3.0.3",
|
"minimatch": "^3.0.3",
|
||||||
|
@ -14,10 +14,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
|
||||||
matcherHint,
|
|
||||||
MatcherHintOptions
|
|
||||||
} from 'jest-matcher-utils';
|
|
||||||
import { currentTestInfo } from '../globals';
|
import { currentTestInfo } from '../globals';
|
||||||
import type { Expect } from '../types';
|
import type { Expect } from '../types';
|
||||||
import { expectType, pollUntilDeadline } from '../util';
|
import { expectType, pollUntilDeadline } from '../util';
|
||||||
@ -35,7 +31,7 @@ export async function toBeTruthy<T>(
|
|||||||
throw new Error(`${matcherName} must be called during the test`);
|
throw new Error(`${matcherName} must be called during the test`);
|
||||||
expectType(receiver, receiverType, matcherName);
|
expectType(receiver, receiverType, matcherName);
|
||||||
|
|
||||||
const matcherOptions: MatcherHintOptions = {
|
const matcherOptions = {
|
||||||
isNot: this.isNot,
|
isNot: this.isNot,
|
||||||
promise: this.promise,
|
promise: this.promise,
|
||||||
};
|
};
|
||||||
@ -50,7 +46,7 @@ export async function toBeTruthy<T>(
|
|||||||
}, options.timeout, testInfo._testFinished);
|
}, options.timeout, testInfo._testFinished);
|
||||||
|
|
||||||
const message = () => {
|
const message = () => {
|
||||||
return matcherHint(matcherName, undefined, '', matcherOptions);
|
return this.utils.matcherHint(matcherName, undefined, '', matcherOptions);
|
||||||
};
|
};
|
||||||
|
|
||||||
return { message, pass };
|
return { message, pass };
|
||||||
|
@ -14,17 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { equals } from 'expect/build/jasmineUtils';
|
|
||||||
import {
|
import {
|
||||||
iterableEquality
|
iterableEquality
|
||||||
} from 'expect/build/utils';
|
} from 'expect/build/utils';
|
||||||
import {
|
|
||||||
matcherHint, MatcherHintOptions,
|
|
||||||
printDiffOrStringify,
|
|
||||||
printExpected,
|
|
||||||
printReceived,
|
|
||||||
stringify
|
|
||||||
} from 'jest-matcher-utils';
|
|
||||||
import { currentTestInfo } from '../globals';
|
import { currentTestInfo } from '../globals';
|
||||||
import type { Expect } from '../types';
|
import type { Expect } from '../types';
|
||||||
import { expectType, pollUntilDeadline } from '../util';
|
import { expectType, pollUntilDeadline } from '../util';
|
||||||
@ -57,7 +49,7 @@ export async function toEqual<T>(
|
|||||||
throw new Error(`${matcherName} must be called during the test`);
|
throw new Error(`${matcherName} must be called during the test`);
|
||||||
expectType(receiver, receiverType, matcherName);
|
expectType(receiver, receiverType, matcherName);
|
||||||
|
|
||||||
const matcherOptions: MatcherHintOptions = {
|
const matcherOptions = {
|
||||||
comment: 'deep equality',
|
comment: 'deep equality',
|
||||||
isNot: this.isNot,
|
isNot: this.isNot,
|
||||||
promise: this.promise,
|
promise: this.promise,
|
||||||
@ -68,22 +60,22 @@ export async function toEqual<T>(
|
|||||||
|
|
||||||
await pollUntilDeadline(testInfo, async remainingTime => {
|
await pollUntilDeadline(testInfo, async remainingTime => {
|
||||||
received = await query(remainingTime);
|
received = await query(remainingTime);
|
||||||
pass = equals(received, expected, [iterableEquality, regExpTester]);
|
pass = this.equals(received, expected, [iterableEquality, regExpTester]);
|
||||||
return pass === !matcherOptions.isNot;
|
return pass === !matcherOptions.isNot;
|
||||||
}, options.timeout, testInfo._testFinished);
|
}, options.timeout, testInfo._testFinished);
|
||||||
|
|
||||||
const message = pass
|
const message = pass
|
||||||
? () =>
|
? () =>
|
||||||
matcherHint(matcherName, undefined, undefined, matcherOptions) +
|
this.utils.matcherHint(matcherName, undefined, undefined, matcherOptions) +
|
||||||
'\n\n' +
|
'\n\n' +
|
||||||
`Expected: not ${printExpected(expected)}\n` +
|
`Expected: not ${this.utils.printExpected(expected)}\n` +
|
||||||
(stringify(expected) !== stringify(received)
|
(this.utils.stringify(expected) !== this.utils.stringify(received)
|
||||||
? `Received: ${printReceived(received)}`
|
? `Received: ${this.utils.printReceived(received)}`
|
||||||
: '')
|
: '')
|
||||||
: () =>
|
: () =>
|
||||||
matcherHint(matcherName, undefined, undefined, matcherOptions) +
|
this.utils.matcherHint(matcherName, undefined, undefined, matcherOptions) +
|
||||||
'\n\n' +
|
'\n\n' +
|
||||||
printDiffOrStringify(
|
this.utils.printDiffOrStringify(
|
||||||
expected,
|
expected,
|
||||||
received,
|
received,
|
||||||
EXPECTED_LABEL,
|
EXPECTED_LABEL,
|
||||||
|
@ -17,7 +17,12 @@
|
|||||||
import type { Expect } from '../types';
|
import type { Expect } from '../types';
|
||||||
import { currentTestInfo } from '../globals';
|
import { currentTestInfo } from '../globals';
|
||||||
import { compare } from './golden';
|
import { compare } from './golden';
|
||||||
import { SyncExpectationResult } from 'expect/build/types';
|
|
||||||
|
// from expect/build/types
|
||||||
|
type SyncExpectationResult = {
|
||||||
|
pass: boolean;
|
||||||
|
message: () => string;
|
||||||
|
};
|
||||||
|
|
||||||
export function toMatchSnapshot(this: ReturnType<Expect['getState']>, received: Buffer | string, nameOrOptions: string | { name: string, threshold?: number }, optOptions: { threshold?: number } = {}): SyncExpectationResult {
|
export function toMatchSnapshot(this: ReturnType<Expect['getState']>, received: Buffer | string, nameOrOptions: string | { name: string, threshold?: number }, optOptions: { threshold?: number } = {}): SyncExpectationResult {
|
||||||
let options: { name: string, threshold?: number };
|
let options: { name: string, threshold?: number };
|
||||||
|
@ -19,14 +19,6 @@ import {
|
|||||||
printReceivedStringContainExpectedSubstring
|
printReceivedStringContainExpectedSubstring
|
||||||
} from 'expect/build/print';
|
} from 'expect/build/print';
|
||||||
|
|
||||||
import {
|
|
||||||
EXPECTED_COLOR,
|
|
||||||
matcherErrorMessage,
|
|
||||||
matcherHint, MatcherHintOptions,
|
|
||||||
printExpected,
|
|
||||||
printWithType,
|
|
||||||
printDiffOrStringify,
|
|
||||||
} from 'jest-matcher-utils';
|
|
||||||
import { currentTestInfo } from '../globals';
|
import { currentTestInfo } from '../globals';
|
||||||
import type { Expect } from '../types';
|
import type { Expect } from '../types';
|
||||||
import { expectType, pollUntilDeadline } from '../util';
|
import { expectType, pollUntilDeadline } from '../util';
|
||||||
@ -45,7 +37,7 @@ export async function toMatchText(
|
|||||||
throw new Error(`${matcherName} must be called during the test`);
|
throw new Error(`${matcherName} must be called during the test`);
|
||||||
expectType(receiver, receiverType, matcherName);
|
expectType(receiver, receiverType, matcherName);
|
||||||
|
|
||||||
const matcherOptions: MatcherHintOptions = {
|
const matcherOptions = {
|
||||||
isNot: this.isNot,
|
isNot: this.isNot,
|
||||||
promise: this.promise,
|
promise: this.promise,
|
||||||
};
|
};
|
||||||
@ -55,12 +47,12 @@ export async function toMatchText(
|
|||||||
!(expected && typeof expected.test === 'function')
|
!(expected && typeof expected.test === 'function')
|
||||||
) {
|
) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
matcherErrorMessage(
|
this.utils.matcherErrorMessage(
|
||||||
matcherHint(matcherName, undefined, undefined, matcherOptions),
|
this.utils.matcherHint(matcherName, undefined, undefined, matcherOptions),
|
||||||
`${EXPECTED_COLOR(
|
`${this.utils.EXPECTED_COLOR(
|
||||||
'expected',
|
'expected',
|
||||||
)} value must be a string or regular expression`,
|
)} value must be a string or regular expression`,
|
||||||
printWithType('Expected', expected, printExpected),
|
this.utils.printWithType('Expected', expected, this.utils.printExpected),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -84,17 +76,17 @@ export async function toMatchText(
|
|||||||
const message = pass
|
const message = pass
|
||||||
? () =>
|
? () =>
|
||||||
typeof expected === 'string'
|
typeof expected === 'string'
|
||||||
? matcherHint(matcherName, undefined, undefined, matcherOptions) +
|
? this.utils.matcherHint(matcherName, undefined, undefined, matcherOptions) +
|
||||||
'\n\n' +
|
'\n\n' +
|
||||||
`Expected ${stringSubstring}: not ${printExpected(expected)}\n` +
|
`Expected ${stringSubstring}: not ${this.utils.printExpected(expected)}\n` +
|
||||||
`Received string: ${printReceivedStringContainExpectedSubstring(
|
`Received string: ${printReceivedStringContainExpectedSubstring(
|
||||||
received,
|
received,
|
||||||
received.indexOf(expected),
|
received.indexOf(expected),
|
||||||
expected.length,
|
expected.length,
|
||||||
)}`
|
)}`
|
||||||
: matcherHint(matcherName, undefined, undefined, matcherOptions) +
|
: this.utils.matcherHint(matcherName, undefined, undefined, matcherOptions) +
|
||||||
'\n\n' +
|
'\n\n' +
|
||||||
`Expected pattern: not ${printExpected(expected)}\n` +
|
`Expected pattern: not ${this.utils.printExpected(expected)}\n` +
|
||||||
`Received string: ${printReceivedStringContainExpectedResult(
|
`Received string: ${printReceivedStringContainExpectedResult(
|
||||||
received,
|
received,
|
||||||
typeof expected.exec === 'function'
|
typeof expected.exec === 'function'
|
||||||
@ -107,9 +99,9 @@ export async function toMatchText(
|
|||||||
const labelReceived = 'Received string';
|
const labelReceived = 'Received string';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
matcherHint(matcherName, undefined, undefined, matcherOptions) +
|
this.utils.matcherHint(matcherName, undefined, undefined, matcherOptions) +
|
||||||
'\n\n' +
|
'\n\n' +
|
||||||
printDiffOrStringify(
|
this.utils.printDiffOrStringify(
|
||||||
expected,
|
expected,
|
||||||
received,
|
received,
|
||||||
labelExpected,
|
labelExpected,
|
||||||
|
3
types/testExpect.d.ts
vendored
3
types/testExpect.d.ts
vendored
@ -7,7 +7,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import type * as expect from 'expect';
|
import type * as expect from 'expect';
|
||||||
import type { ExpectedAssertionsErrors } from 'expect/build/types';
|
|
||||||
|
|
||||||
export declare type AsymmetricMatcher = Record<string, any>;
|
export declare type AsymmetricMatcher = Record<string, any>;
|
||||||
|
|
||||||
@ -17,7 +16,7 @@ export declare type Expect = {
|
|||||||
// Sourced from node_modules/expect/build/types.d.ts
|
// Sourced from node_modules/expect/build/types.d.ts
|
||||||
assertions(arg0: number): void;
|
assertions(arg0: number): void;
|
||||||
extend(arg0: any): void;
|
extend(arg0: any): void;
|
||||||
extractExpectedAssertionsErrors: () => ExpectedAssertionsErrors;
|
extractExpectedAssertionsErrors: typeof expect['extractExpectedAssertionsErrors'];
|
||||||
getState(): expect.MatcherState;
|
getState(): expect.MatcherState;
|
||||||
hasAssertions(): void;
|
hasAssertions(): void;
|
||||||
setState(state: Partial<expect.MatcherState>): void;
|
setState(state: Partial<expect.MatcherState>): void;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user