Evan You преди 10 години
родител
ревизия
5bbb5affa9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      test/unit/specs/directives/element/slot_spec.js

+ 1 - 1
test/unit/specs/directives/element/slot_spec.js

@@ -458,7 +458,7 @@ describe('Slot Distribution', function () {
     expect('"slot" attribute must be static').toHaveBeenWarned()
     expect('"slot" attribute must be static').toHaveBeenWarned()
   })
   })
 
 
-  it('default slot should use fallback content if has only whitespace', () => {
+  it('default slot should use fallback content if has only whitespace', function () {
     new Vue({
     new Vue({
       el: el,
       el: el,
       template: '<test><div slot="first">1</div> <div slot="second">2</div></test>',
       template: '<test><div slot="first">1</div> <div slot="second">2</div></test>',