import Vue from 'vue' describe('Comments', () => { it('comments should be kept', () => { const vm = new Vue({ comments: true, data () { return { foo: 1 } }, template: '