Skip to content

Commit

Permalink
test(okam-build): up test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhy committed Feb 6, 2019
1 parent 6d74fc2 commit 07e74f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('style binding', function () {
'<view style="color:{{colorStyle[item]}};font-size:{{fontStyle + \'px\'}};font-weight:{{\'bold\'}}"></view>');
});

it.only('should support object abbrev style binding syntax', function () {
it('should support object abbrev style binding syntax', function () {
const file = {
content: '<div :style="{height, fontSize}"></div>'
};
Expand Down

0 comments on commit 07e74f8

Please sign in to comment.