Skip to content

Commit

Permalink
fix: Adds a template to observer spec Vue instance to fix failing spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtunacan committed May 9, 2018
1 parent 3aea4dd commit e568602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/modules/observer/observer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ describe('Observer', () => {

it('Cannot enable reactivity on a property that is already defined', done => {
const vm = new Vue({
template: '<div></div>',
data: {
person: {
age: 32
Expand Down

0 comments on commit e568602

Please sign in to comment.