Skip to content

Commit

Permalink
Update tests (#21)
Browse files Browse the repository at this point in the history
* Update tests to fix lint error

* Update travis

* Fix prettier error

* Add lint fix

* Sync prettier config

* Use npm scripts semantics

* More updates

* More updates
  • Loading branch information
tizmagik authored May 15, 2018
1 parent 50fed29 commit c162c0f
Show file tree
Hide file tree
Showing 10 changed files with 17,372 additions and 7,941 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package.json
package-lock.json
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package*.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 6
script: npm run lint && npm test && npm run build
- 8
Loading

0 comments on commit c162c0f

Please sign in to comment.