Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract local path logic and add tests. #341

Merged
merged 15 commits into from
Feb 11, 2017
Prev Previous commit
Next Next commit
Add official template test.
  • Loading branch information
zigomir committed Feb 9, 2017
commit f105cc025533dd767e3d7f0af4def569b065b88c
1 change: 1 addition & 0 deletions test/e2e/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ describe('vue-cli', () => {
expect(isLocalPath('c:/')).to.equal(true)
expect(isLocalPath('D:/')).to.equal(true)

expect(isLocalPath('webpack')).to.equal(false)
expect(isLocalPath('username/rep')).to.equal(false)
expect(isLocalPath('bitbucket:username/rep')).to.equal(false)
})
Expand Down