Skip to content

Commit

Permalink
test: remove no longer needed custom-style import (#7734)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Aug 30, 2024
1 parent 7ca9a71 commit 15eb42c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/form-layout/test/form-item.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { expect } from '@vaadin/chai-plugins';
import { fixtureSync, nextFrame } from '@vaadin/testing-helpers';
import sinon from 'sinon';
import '@polymer/polymer/lib/elements/custom-style.js';
import '@vaadin/custom-field';
import '@vaadin/text-field';
import '../vaadin-form-item.js';
Expand Down

0 comments on commit 15eb42c

Please sign in to comment.