diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-05-02 00:23:16 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-05-02 00:23:16 +0200 |
| commit | 73973edab9aaa81312ba80a68bfe34bf5abcecd9 (patch) | |
| tree | 9d3916655c416407e12dc66e9f1f865cec0fb2b3 /test_utils/config.js | |
| parent | 55fb920baa9792266be1a6b981f954c622c1eaf9 (diff) | |
Add pact test for forums store
Diffstat (limited to 'test_utils/config.js')
| -rw-r--r-- | test_utils/config.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test_utils/config.js b/test_utils/config.js deleted file mode 100644 index 4d58681..0000000 --- a/test_utils/config.js +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Mocking the configuration, since we're treating it as an external - */ - -export const apollo = { - uri: 'http://MOCKED_CONFIG', - name: 'COOL_CLIENT', - version: '8.8.8' -}; - -export const version = '9.9.9'; |