Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbeulque committed Aug 21, 2018
1 parent b67886d commit 363df17
Show file tree
Hide file tree
Showing 11 changed files with 7,942 additions and 908 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.nyc_output
/node_modules
.DS_Store
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js

node_js:
- "8"
- "10"

cache:
directories:
- node_modules

git:
depth: 5

after_success: npm run coverage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ There are also two optional arguments:
--output output
Output directory
--filename '{{ _row }}-output'
--filename '{{ _row }}'
Template for file naming.
All variables from the CSV are available here.
Use {{ _row }} to render the row number
Expand Down
96 changes: 0 additions & 96 deletions index.js

This file was deleted.

Loading

0 comments on commit 363df17

Please sign in to comment.