MCPcopy Create free account
hub / github.com/decaporg/decap-cms / GraphQLAPI.spec.js

File GraphQLAPI.spec.js

packages/decap-cms-backend-github/src/__tests__/GraphQLAPI.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import GraphQLAPI from '../GraphQLAPI';
2
3global.fetch = jest.fn().mockRejectedValue(new Error('should not call fetch inside tests'));
4

Callers

nothing calls this directly

Calls 3

beforeEachFunction · 0.85
fnMethod · 0.80
getAllFilesMethod · 0.80

Tested by

no test coverage detected