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 /src/config/__mocks__ | |
| parent | 55fb920baa9792266be1a6b981f954c622c1eaf9 (diff) | |
Add pact test for forums store
Diffstat (limited to 'src/config/__mocks__')
| -rw-r--r-- | src/config/__mocks__/config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config/__mocks__/config.js b/src/config/__mocks__/config.js new file mode 100644 index 0000000..0cd8b97 --- /dev/null +++ b/src/config/__mocks__/config.js @@ -0,0 +1,7 @@ +export const apollo = { + uri: 'http://localhost:1234/graphql', + name: 'COOL_APP', + version: '9.9.9' +}; + +export const version = '9.9.9'; |