Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Feb 23, 2021
1 parent a6aba5e commit 5f9b50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/npm/__tests__/npm-next.test.ts
Expand Up @@ -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: {
Expand Down

0 comments on commit 5f9b50b

Please sign in to comment.