Skip to content

Instantly share code, notes, and snippets.

@afucher
Created November 2, 2018 01:11
Show Gist options
  • Save afucher/0f23d4225b1060398ef235febb52be5d to your computer and use it in GitHub Desktop.
Save afucher/0f23d4225b1060398ef235febb52be5d to your computer and use it in GitHub Desktop.
vue cli service error
import { expect } from 'chai'
import VueResource from 'vue-resource'
describe('HelloWorld.vue', () => {
it('renders props.msg when passed', () => {
expect(true).to.be.true
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment