Skip to content

Commit ebac721

Browse files
rvsiaHyperkid123
authored andcommitted
Update tests
1 parent 2590854 commit ebac721

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/blueprint-component-mapper/src/tests/components.test.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -248,22 +248,10 @@ describe('formFields generated tests', () => {
248248
});
249249

250250
describe('Not implemented components', () => {
251-
it('Wizard', () => {
252-
const wrapper = mount(<Wizard />);
253-
254-
expect(wrapper.text()).toEqual('wizard');
255-
});
256-
257251
it('DualListSelect', () => {
258252
const wrapper = mount(<DualListSelect />);
259253

260254
expect(wrapper.text()).toEqual('DualListSelect');
261255
});
262-
263-
it('FieldArray', () => {
264-
const wrapper = mount(<FieldArray />);
265-
266-
expect(wrapper.text()).toEqual('FieldArray');
267-
});
268256
});
269257
});

0 commit comments

Comments
 (0)