import { useEvents } from './index';

test('adds 1 + 2 to equal 3', () => {

    expect(2 + 2).toBe(4);
});