Skip to content

Commit

Permalink
Merge pull request #3 from 6aika/feature-#2-turku
Browse files Browse the repository at this point in the history
Feature #2 turku
  • Loading branch information
anttileppa authored May 15, 2017
2 parents 98525d5 + aa5245e commit 4f07b78
Show file tree
Hide file tree
Showing 51 changed files with 1,242 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ nbproject
node_modules
coverage
.nyc_output
/npm-debug.log
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"start": "node app.js",
"test": "nyc --reporter=lcov -- mocha",
"coverage": "cat ./coverage/lcov.info | coveralls"
"coverage": "cat ./coverage/lcov.info | coveralls",
"test-turku": "nyc --reporter=lcov -- mocha --grep 'Turku'"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 4f07b78

Please sign in to comment.