This commit is contained in:
felinae98
2022-11-14 17:24:48 +08:00
committed by GitHub
parent 43e368a734
commit 9b04578869
7 changed files with 11990 additions and 11078 deletions
-15
View File
@@ -1,15 +0,0 @@
import React from 'react';
import { render } from '@testing-library/react';
import { Provider } from 'react-redux';
import { store } from './app/store';
import App from './App';
test('renders learn react link', () => {
const { getByText } = render(
<Provider store={store}>
<App />
</Provider>,
);
expect(getByText(/learn/i)).toBeInTheDocument();
});