Skip to content

Commit 5bbb5af

Browse files
committed
fix slot spec syntax
1 parent 70ecce4 commit 5bbb5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/directives/element/slot_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ describe('Slot Distribution', function () {
458458
expect('"slot" attribute must be static').toHaveBeenWarned()
459459
})
460460

461-
it('default slot should use fallback content if has only whitespace', () => {
461+
it('default slot should use fallback content if has only whitespace', function () {
462462
new Vue({
463463
el: el,
464464
template: '<test><div slot="first">1</div> <div slot="second">2</div></test>',

0 commit comments

Comments
 (0)