fix test in phantomjs

This commit is contained in:
Evan You 2016-05-29 14:39:48 -04:00
parent 2a09188e01
commit 7913a96ccb

View File

@ -92,7 +92,7 @@ describe('Options directives', () => {
it('warn non-existent', () => {
new Vue({
template: '<div v-test="a"></div>'
template: '<div v-test></div>'
}).$mount()
expect('Failed to resolve directive: test').toHaveBeenWarned()
})