Explorar o código

fix test syntax

Evan You %!s(int64=10) %!d(string=hai) anos
pai
achega
f536ebedca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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