فهرست منبع

fix test syntax

Evan You 10 سال پیش
والد
کامیت
f536ebedca
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      test/unit/specs/compiler/transclude_spec.js

+ 1 - 1
test/unit/specs/compiler/transclude_spec.js

@@ -120,7 +120,7 @@ describe('Transclude', function () {
   })
 
   // #2789
-  it('empty class merge', () => {
+  it('empty class merge', function () {
     el.setAttribute('class', '')
     options.template = '<div class="test"></div>'
     options.replace = true