Files
ts-onlinetime-ranks/frontend/src/App.test.tsx
Humenius 9722302343
Some checks failed
continuous-integration/drone/push Build is failing
Set proper environment for frontend and comment out test
2021-02-01 12:40:01 +01:00

10 lines
295 B
TypeScript

import React from 'react';
import { render } from '@testing-library/react';
import App from './App';
// test('renders learn react link', () => {
// const { getByText } = render(<App />);
// const linkElement = getByText(/learn react/i);
// expect(linkElement).toBeInTheDocument();
// });