Skip to content

Commit c424041

Browse files
authored
Merge pull request #203 from agraboso/test-w-jest
Migrate tests to jest
2 parents 1ed4ab0 + 4532813 commit c424041

15 files changed

+7067
-5597
lines changed

.babelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
}
2727
}
2828
]
29-
],
30-
"plugins": [
31-
"istanbul"
3229
]
3330
}
3431
}

.nycrc

Lines changed: 0 additions & 16 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22
node_js:
33
- "node"
44
- "lts/*"
5-
- "6"
65
cache:
76
directories:
87
- "node_modules"

0 commit comments

Comments
 (0)