Skip to content
Snippets Groups Projects
Verified Commit 4160ea05 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Included isRunning test

parent a72b02b6
No related branches found
No related tags found
2 merge requests!11Basic implementation of login page,!8Test setup
......@@ -2,7 +2,7 @@ import React from 'react';
import { Form } from './components/LoginForm/LoginForm';
export const App: React.FC = () => (
<div className="App">
<div className="App" data-testid="App">
<header className="App-header">
<Form />
</header>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment