We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fcaa9 commit 1fb8d5cCopy full SHA for 1fb8d5c
test/unit/specs/directives/public/bind_spec.js
@@ -24,6 +24,8 @@ describe('v-bind', function () {
24
expect(el.hasAttribute('test')).toBe(false)
25
dir.update(false)
26
27
+ dir.update(true)
28
+ expect(el.getAttribute('test')).toBe('')
29
dir.update(0)
30
expect(el.getAttribute('test')).toBe('0')
31
})
0 commit comments