Add support for mocha-json

This commit is contained in:
Michal Dorner
2021-02-23 22:39:35 +01:00
parent f285c4c6d7
commit 9b675bd55f
21 changed files with 1588 additions and 59 deletions

View File

@@ -0,0 +1,5 @@
function throwError() {
throw new Error('Some error')
}
exports.throwError = throwError