Skip to content

Commit a21848c

Browse files
committed
remove component test.only
1 parent 9d72877 commit a21848c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/component.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ suite('Component', function () {
381381
assert.deepEqual(el.components.dummy.data, {x: 1, y: 1, z: 1});
382382
});
383383

384-
test.only('do not clone properties from attrValue into data that are not plain objects', function () {
384+
test('do not clone properties from attrValue into data that are not plain objects', function () {
385385
registerComponent('dummy', {
386386
schema: {
387387
color: {default: 'blue'},

0 commit comments

Comments
 (0)