UNPKG

react-cms

Version:

For personal use. Not production.

12 lines (9 loc) 254 B
// import Auth from '../index'; import expect from "expect"; // import { shallow } from 'enzyme'; // import React from 'react'; describe("<Auth />", () => { it("Expect to have unit tests specified", () => { expect(true).toEqual(false); }); });