Project

General

Profile

Download (215 Bytes) Statistics
| Branch: | Tag: | Revision:
jest.unmock('./constants');

import {ACTIONS} from './constants';

describe('exists', () => {
it('RECEIVED_STATISTICS action exists', () => {
expect(ACTIONS.RECEIVED_STATISTICS).not.toBeUndefined();
});
});
(3-3/5)