Skip to content

Commit

Permalink
fix: added some smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent 4eb61e8 commit 24664f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/scripts/test.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ MOCHA_FILE=reports/mocha.xml "${NYC[@]}" yarn test --reporter mocha-junit-report
"${NYC[@]}" report --reporter text-lcov > coverage.lcov
curl -s https://codecov.io/bash | bash

<%_ if (type === 'single' || type === 'multi') { _%>
./bin/run -v
./bin/run --help
<%_ } else if (type === 'plugin') { _%>
./bin/run -v
./bin/run --help
<%_ } _%>
<%_ if (semantic_release) { _%>

yarn exec commitlint -- -x @commitlint/config-conventional --from origin/master
<%_ } _%>

0 comments on commit 24664f1

Please sign in to comment.