Skip to content

Commit 663a70f

Browse files
authored
Merge pull request #803 from watson-developer-cloud/convert-integration-tests
test: convert integration tests to use jest
2 parents da5b73d + 2b25867 commit 663a70f

30 files changed

+580
-4898
lines changed

.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = {
22
"env": {
3-
"node": true,
4-
"jest": true,
3+
"node": true
54
},
65
"plugins": [
76
"node",

0 commit comments

Comments
 (0)