diff --git a/plugins/npm/__tests__/npm-next.test.ts b/plugins/npm/__tests__/npm-next.test.ts index 0318ac500..1ffeeb57f 100644 --- a/plugins/npm/__tests__/npm-next.test.ts +++ b/plugins/npm/__tests__/npm-next.test.ts @@ -547,7 +547,7 @@ describe("next", () => { ]); expect( JSON.parse(fs.readFileSync("packages/foo/package.json", "utf-8")) - ).toEqual({ + ).toStrictEqual({ name: "@foo/foo", version: "1.0.0-next.1", dependencies: {