// import React from 'react'; // import renderer from 'react-test-renderer'; // import { IntlProvider } from 'react-intl'; // import TriggerContainer from '../index'; describe('', () => { // const props = { // isPending: false, // onCancel: jest.fn(), // response: { // statusCode: 200, // message: 'success', // }, // }; // FIXME: snapshots // it('should match the snapshot', () => { // const tree = renderer.create( // // // // ); // expect(tree).toMatchSnapshot(); // }); it('Should have some tests', () => { expect(true).toBe(true); }); });