Skip to content

Commit a98e9cf

Browse files
committed
BottomNavigation.spec.tsx async error fixed
1 parent 3d1b41b commit a98e9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/BottomNavigation/BottomNavigation.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { render, screen } from "@testing-library/react";
22
import { describe, expect, it } from "vitest";
33
import { BottomNavigation } from "./BottomNavigation";
44

5-
describe.concurrent("BottomNavigation", async () => {
5+
describe.concurrent("BottomNavigation", () => {
66
it('BottomNavigation should have "data-testid=flowbite-bottom-navigation" in the document', async () => {
77
render(<TestBottomNavigation />);
88

0 commit comments

Comments
 (0)