Skip to content

Commit 8461c65

Browse files
committed
removes async from jest describe
1 parent fe7227b commit 8461c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/DataListInput.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const onDropdownOpen = jest.fn();
7979
const onDropdownClose = jest.fn();
8080
const onInput = jest.fn();
8181

82-
describe('DataListInput', async () => {
82+
describe('DataListInput', () => {
8383
afterEach(() => {
8484
jest.clearAllMocks();
8585
});

0 commit comments

Comments
 (0)