From 73973edab9aaa81312ba80a68bfe34bf5abcecd9 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 2 May 2021 00:23:16 +0200 Subject: Add pact test for forums store --- test_utils/config.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test_utils/config.js (limited to 'test_utils') 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'; -- cgit