]> git.r.bdr.sh - rbdr/forum/blame - test_utils/config.js
Update dependencies
[rbdr/forum] / test_utils / config.js
CommitLineData
2a37b2ec
RBR
1/*
2 * Mocking the configuration, since we're treating it as an external
3 */
4
5export const apollo = {
6 uri: 'http://MOCKED_CONFIG',
7 name: 'COOL_CLIENT',
8 version: '8.8.8'
9};
10
11export const version = '9.9.9';