Skip to content

Commit f536ebe

Browse files
committed
fix test syntax
1 parent 9476ce9 commit f536ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/compiler/transclude_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe('Transclude', function () {
120120
})
121121

122122
// #2789
123-
it('empty class merge', () => {
123+
it('empty class merge', function () {
124124
el.setAttribute('class', '')
125125
options.template = '<div class="test"></div>'
126126
options.replace = true

0 commit comments

Comments
 (0)