diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 00:56:06 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 00:56:06 +0200 |
| commit | a7cf03c192470cbab13edeb1aec99e0c66dede10 (patch) | |
| tree | 581b4430d1de958dcb666bae80a7678332134602 /src/config/__mocks__ | |
| parent | 010f307346e525ac2e4239a0549d2c1a4d6d102b (diff) | |
Update / use typescript
Diffstat (limited to 'src/config/__mocks__')
| -rw-r--r-- | src/config/__mocks__/.config.js.icloud | bin | 0 -> 157 bytes | |||
| -rw-r--r-- | src/config/__mocks__/config.js | 15 |
2 files changed, 0 insertions, 15 deletions
diff --git a/src/config/__mocks__/.config.js.icloud b/src/config/__mocks__/.config.js.icloud Binary files differnew file mode 100644 index 0000000..e3fa27b --- /dev/null +++ b/src/config/__mocks__/.config.js.icloud 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'; |