tests
This commit is contained in:
@@ -16,5 +16,5 @@ afterAll(() => {
|
||||
test('renders component', async () => {
|
||||
const addItem = jest.fn();
|
||||
customRender(<Scheduler/>);
|
||||
expect(screen.getByText(/chuj/i)).toBeInTheDocument();
|
||||
expect(screen.getByText(/Poniedziałek/i)).toBeInTheDocument();
|
||||
});
|
Reference in New Issue
Block a user