Skip to content

Commit

Permalink
test: add utils tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lekterable committed Apr 20, 2020
1 parent e69a284 commit 217b25d
Show file tree
Hide file tree
Showing 7 changed files with 7,007 additions and 2,951 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"env": {
"es6": true,
"node": true
"node": true,
"jest": true
},
"extends": ["standard"],
"globals": {
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
dist
node_modules
coverage
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Latest

- refactor: extract line generating logic to function and promisify exec bffc2f9e
- feat: add option to write to local CHANGELOG file aa805ce7

## 0.1.0

- fix: support other conventions b2f59019
Expand Down
Loading

0 comments on commit 217b25d

Please sign in to comment.