Skip to content

Commit

Permalink
remove unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ieiayaobb committed Jan 10, 2017
1 parent 2cff8d7 commit f2d5f78
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter app test",
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix app test",
"pack": "cross-env NODE_ENV=production webpack -p --progress --colors",
"test": "npm run unit && npm run e2e",
"unit": "karma start test/unit/karma.conf.js",
"vue:route": "node tasks/vue/route.js",
"vuex:module": "node tasks/vuex/module.js",
"postinstall": "npm run lint:fix && cd app && npm install"
Expand Down
13 changes: 13 additions & 0 deletions test/unit/specs/FrameworkView.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// import Vue from 'vue'
// import Framework from 'src/components/Framework'

describe('Framework.vue', () => {
// it('should render correct contents', () => {
// const vm = new Vue({
// el: document.createElement('div'),
// render: h => h(Framework)
// }).$mount()

// expect(vm.$el.querySelector('h1').textContent).to.contain('Welcome.')
// })
})
13 changes: 0 additions & 13 deletions test/unit/specs/LandingPageView.spec.js

This file was deleted.

0 comments on commit f2d5f78

Please sign in to comment.