Skip to content

Commit

Permalink
[maint] Updates fetch-mock
Browse files Browse the repository at this point in the history
updates fetch-mock
  • Loading branch information
nickfloyd committed Sep 12, 2023
1 parent 9a96d69 commit 263cfab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"esbuild": "^0.19.0",
"fetch-mock": "^9.0.0",
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
"github-openapi-graphql-query": "^4.1.0",
"glob": "^10.2.7",
"jest": "^29.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/enterprise-server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ describe("enterpriseCloud plugin", () => {
email: "octocat@acme-inc.com",
});

expect(data).toStrictEqual([{ ok: true }]);
expect(data).toEqual([{ ok: true }]);
});
});

0 comments on commit 263cfab

Please sign in to comment.