Skip to content

Commit 07f3c96

Browse files
chore: remove sequential from unit tests
1 parent 1af5522 commit 07f3c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/visualBuilder/components/__test__/fieldLabelWrapper.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const PARENT_PATHS = [
139139
`${pathPrefix}.parentPath3`,
140140
];
141141

142-
describe.sequential("FieldLabelWrapperComponent", () => {
142+
describe("FieldLabelWrapperComponent", () => {
143143
beforeEach(() => {
144144
vi.mocked(isFieldDisabled).mockReturnValue({
145145
isDisabled: false,

0 commit comments

Comments
 (0)