Skip to content

Commit 217b25d

Browse files
committed
test: add utils tests
1 parent e69a284 commit 217b25d

File tree

7 files changed

+7007
-2951
lines changed

7 files changed

+7007
-2951
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"env": {
33
"es6": true,
4-
"node": true
4+
"node": true,
5+
"jest": true
56
},
67
"extends": ["standard"],
78
"globals": {

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
dist
33
node_modules
4+
coverage

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Latest
2+
3+
- refactor: extract line generating logic to function and promisify exec bffc2f9e
4+
- feat: add option to write to local CHANGELOG file aa805ce7
5+
16
## 0.1.0
27

38
- fix: support other conventions b2f59019

0 commit comments

Comments
 (0)