Skip to content

Commit

Permalink
Add Jasmine + some functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrkan committed May 1, 2017
1 parent 6d2d577 commit f631ac1
Show file tree
Hide file tree
Showing 48 changed files with 1,201 additions and 595 deletions.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -2,4 +2,5 @@ automation/
docs/
logs/
mocks/
test/
Dockerfile
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -2,4 +2,5 @@ language: node_js
node_js:
- "6"
script:
- npm run lint
- npm run lint
- npm run test

0 comments on commit f631ac1

Please sign in to comment.