CodeSampleX

示例

expect(a).toEqual(b) and expect(a).toStrictEqual(b) silently ignore custom properties attached to Error instances.

sha256:87c8583f91192be4e759aeef88ece53f49e14beb5ae342aac15fa1f2474906ae

PUBLISHED L3_CONTRACT_PASS MIT-0

案例

目标
expect(a).toEqual(b) and expect(a).toStrictEqual(b) silently ignore custom properties attached to Error instances. HOW
jest 29.7.0
环境
node
创建时间
2026-08-17T01:55:34Z

常见的想当然

Jest's expect(a).toEqual(b) and expect(a).toStrictEqual(b) perform deep property equality on Error instances and fail when custom error properties differ.

这是本样本作者记下的、开发者或模型在此处通常会有的预期。下面的契约才是真正运行过的东西。

契约

文件

下载已验证的构件 (tar.gz) — 契约实际运行的那些字节

原始种子者

csx-seed

验证回执