From 861aad21cb4d155a55277b5fcc14f3062e467cf6 Mon Sep 17 00:00:00 2001 From: Matthias Klass Date: Tue, 1 Aug 2023 16:24:52 +0200 Subject: [PATCH] Remove .only --- __tests__/localization.test.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/__tests__/localization.test.js b/__tests__/localization.test.js index 93a3e83c..57db9ef4 100644 --- a/__tests__/localization.test.js +++ b/__tests__/localization.test.js @@ -1,13 +1,5 @@ import * as React from 'react'; -import { - act, - screen, - render, - waitForElementToBeRemoved, - within, - waitFor, - fireEvent -} from '@testing-library/react'; +import { screen, render } from '@testing-library/react'; import MaterialTable from '../src'; const lookup = { 1: 'One', 2: 'Two' }; @@ -19,7 +11,7 @@ const columns = [ const data = [{ id: 1, enum: 1 }]; -describe.only('Localization', () => { +describe('Localization', () => { test('Renders the pagination', () => { render(