Skip to content

Commit 22015d5

Browse files
test: unskip icon flex container unit tests (#10683) (#10685)
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
1 parent 0dfed10 commit 22015d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/icon/test/icon.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,7 @@ describe('vaadin-icon', () => {
477477
});
478478
});
479479

480-
// TODO: Enable when unit tests are using the base theme
481-
describe.skip('flex container', () => {
480+
describe('flex container', () => {
482481
let container;
483482

484483
beforeEach(async () => {

0 commit comments

Comments
 (0)