added tests

This commit is contained in:
Andrzej Stepien 2023-07-04 00:04:23 +02:00
parent 48666a6043
commit 38f43901ee
2 changed files with 2 additions and 1 deletions

View File

@ -39,5 +39,7 @@
To begin the development, run `npm start` or `yarn start`. To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`. To create a production bundle, use `npm run build` or `yarn build`.
--> -->
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
</body> </body>
</html> </html>

View File

@ -1,4 +1,3 @@
import logo from './logo.svg';
import './App.css'; import './App.css';
function App() { function App() {