From 5f9b50b7d8834e87469bf0fd4564323908cfc58f Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Tue, 23 Feb 2021 00:18:40 -0500 Subject: [PATCH] Fix lint error --- plugins/npm/__tests__/npm-next.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {