Skip to content

Commit

Permalink
Merge branch 'react-18' of github.com:tay1orjones/carbon into react-18
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Mar 15, 2023
2 parents 6679391 + 2bb3ed8 commit 421aa24
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
*/

import { getByLabel, getByText } from '@carbon/test-utils/dom';
import { render, cleanup } from '@carbon/test-utils/react';
import { render } from '@testing-library/react';
import React from 'react';
import FileUploader from '../';
import { uploadFiles } from '../test-helpers';

describe('FileUploader', () => {
afterEach(cleanup);

describe('automated accessibility tests', () => {
it.skip('should have no axe violations', async () => {
const { container } = render(<FileUploader />);
Expand Down

0 comments on commit 421aa24

Please sign in to comment.