Created
November 2, 2018 01:11
-
-
Save afucher/0f23d4225b1060398ef235febb52be5d to your computer and use it in GitHub Desktop.
vue cli service error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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