diff options
Diffstat (limited to 'test_utils/config.js')
| -rw-r--r-- | test_utils/config.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test_utils/config.js b/test_utils/config.js new file mode 100644 index 0000000..4d58681 --- /dev/null +++ b/test_utils/config.js @@ -0,0 +1,11 @@ +/* + * 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'; |