Skip to content

Commit 9abe528

Browse files
Copilothotlong
andcommitted
fix(fields): add missing beforeEach import from vitest in complex-widgets test
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent c9d0b55 commit 9abe528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fields/src/complex-widgets.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { render, screen, fireEvent, waitFor, act } from '@testing-library/react';
2-
import { describe, it, expect, vi } from 'vitest';
2+
import { describe, it, expect, vi, beforeEach } from 'vitest';
33
import { LookupField } from './widgets/LookupField';
44
import { MasterDetailField } from './widgets/MasterDetailField';
55
import { GridField } from './widgets/GridField';

0 commit comments

Comments
 (0)