From 07e74f837c23a64130a93f3b5ffaff1ce85f8906 Mon Sep 17 00:00:00 2001 From: wuhy Date: Thu, 7 Feb 2019 00:03:01 +0800 Subject: [PATCH] test(okam-build): up test spec --- .../test/tasks/processor/template/transform/base/style.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/okam-build/test/tasks/processor/template/transform/base/style.spec.js b/packages/okam-build/test/tasks/processor/template/transform/base/style.spec.js index ff403253..26e7035b 100644 --- a/packages/okam-build/test/tasks/processor/template/transform/base/style.spec.js +++ b/packages/okam-build/test/tasks/processor/template/transform/base/style.spec.js @@ -56,7 +56,7 @@ describe('style binding', function () { ''); }); - it.only('should support object abbrev style binding syntax', function () { + it('should support object abbrev style binding syntax', function () { const file = { content: '
' };