mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
rename TestTest
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user