rename TestTest

This commit is contained in:
2020-10-11 19:19:56 +03:00
committed by Stepan Usatiuk
parent b5a9a54883
commit e7cde95d90

View File

@@ -3,7 +3,7 @@ import * as React from "react";
import { shallow } from "enzyme";
import { TestTest } from "~TestTest";
describe("<Account />", () => {
describe("<TestTest />", () => {
it("should not crash", () => {
const wrapper = shallow(<TestTest />);
expect(wrapper.contains(<div>Hello!</div>)).toBeTruthy();