diff options
Diffstat (limited to 'src/config/__mocks__/config.js')
| -rw-r--r-- | src/config/__mocks__/config.js | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/config/__mocks__/config.js b/src/config/__mocks__/config.js deleted file mode 100644 index b70ee31..0000000 --- a/src/config/__mocks__/config.js +++ /dev/null @@ -1,15 +0,0 @@ -export const apollo = { - uri: 'http://localhost:1234/graphql', - name: 'COOL_APP', - version: '9.9.9', - defaultOptions: { - watchQuery: { - fetchPolicy: 'no-cache' - }, - query: { - fetchPolicy: 'no-cache' - } - } -}; - -export const version = '9.9.9'; |