summaryrefslogtreecommitdiff
path: root/web/src/App.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/App.test.tsx')
-rw-r--r--web/src/App.test.tsx10
1 files changed, 6 insertions, 4 deletions
diff --git a/web/src/App.test.tsx b/web/src/App.test.tsx
index 2e29af42b..67a662c24 100644
--- a/web/src/App.test.tsx
+++ b/web/src/App.test.tsx
@@ -1,7 +1,9 @@
-import React from 'react';
+import React from "react";
+
import { shallow } from "enzyme";
-import App from './App';
-it('renders without crashing', () => {
- shallow(<App />);
+import App from "./App";
+
+it("renders without crashing", () => {
+ shallow(<App />);
});