Project

General

Profile

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

import dispatcher from './dispatcher';

describe('dispatcher', () => {
it('exists', () => {
expect(dispatcher).not.toBeUndefined();
});
});

(5-5/5)