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

Commit

Permalink
Merge pull request #25 from wilcorrea-forks/master
Browse files Browse the repository at this point in the history
[feature] Run test
  • Loading branch information
wilcorrea authored Mar 25, 2019
2 parents 9bd542f + 7b3d098 commit ae365b6
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 ae365b6

Please sign in to comment.