Skip to content

Commit

Permalink
test: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zypA13510 committed Apr 17, 2020
1 parent f366ea9 commit 565b841
Show file tree
Hide file tree
Showing 5 changed files with 2,782 additions and 57 deletions.
14 changes: 14 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@
"parserOptions": {
"ecmaVersion": 2017
}
},
{
"files": ["tests/**/*.js"],
"env": {
"node": true,
"es6": true,
"mocha": true
},
"globals": {
"sap": "off"
},
"parserOptions": {
"ecmaVersion": 2017
}
}
]
}
Loading

0 comments on commit 565b841

Please sign in to comment.