aboutsummaryrefslogtreecommitdiff
path: root/test_utils
diff options
context:
space:
mode:
Diffstat (limited to 'test_utils')
-rw-r--r--test_utils/config.js11
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';