UNPKG

meetup-web-mocks

Version:
27 lines (24 loc) 703 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.MOCK_COMM_APP_STATE = undefined; var _api = require('./api'); var MOCK_COMM_APP_STATE = exports.MOCK_COMM_APP_STATE = { groupCommunication: { type: 'groupCommunication', value: _api.MOCK_GROUP_COMMUNICATION }, groupCommunicationComments: { type: 'groupCommunicationComments', value: _api.MOCK_GROUP_COMMUNICATION_COMMENTS }, groupCommunicationFollowers: { type: 'groupCommunicationFollowers', value: _api.MOCK_GROUP_COMMUNICATION_FOLLOWERS }, groupCommunicationSuggestedFollowers: { type: 'groupCommunicationSuggestedFollowers', value: _api.MOCK_GROUP_COMMUNICATION_SUGGESTED_FOLLOWERS } };