Skip to content

Commit

Permalink
test: import correct file in toolbar unit tests (#7402)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored May 13, 2024
1 parent df22622 commit bb83228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rich-text-editor/test/toolbar-lit.test.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import '../theme/lumo/vaadin-lit-rich-text-editor.js';
import './basic.common.js';
import './toolbar.common.js';
2 changes: 1 addition & 1 deletion packages/rich-text-editor/test/toolbar-polymer.test.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import '../theme/lumo/vaadin-rich-text-editor.js';
import './basic.common.js';
import './toolbar.common.js';

0 comments on commit bb83228

Please sign in to comment.