Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
[feature] Run test
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcorrea committed Mar 25, 2019
1 parent 5797ac6 commit 7b3d098
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ yarn-error.log*
/.bin/*

!*.gitkeep
test/jest/coverage
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ install:
- npm install

script:
- npm test

after_success:
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./.travis.deploy.sh; fi'

deploy:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"test": "quasar run @quasar/testing test --unit=jest",
"test:e2e": "cypress open",
"test:e2e:CI": "cypress run",
"serve:test:lighthouse": "quasar serve test/lighthouse/reports/ --port 8789",
Expand Down Expand Up @@ -55,4 +55,4 @@
"resolutions": {
"ajv": "6.8.1"
}
}
}

0 comments on commit 7b3d098

Please sign in to comment.