esModuleInterop was causing low coverage
This commit is contained in:
parent
a7735ce077
commit
1aaba64acc
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
"scripts": {
|
||||
"coverage-report": "nyc report --reporter=lcov",
|
||||
"coverage-html": "nyc report --reporter=html",
|
||||
"coverage": "nyc --check-coverage --branches 83 --functions 90 --lines 89 mocha",
|
||||
"coverage": "nyc --check-coverage --branches 90 --functions 90 --lines 90 mocha",
|
||||
"integration": "npm run build && mocha --timeout 50000 test/integration/",
|
||||
"standard": "standard",
|
||||
"test": "npm run build && npm run standard && npm run coverage",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"strictPropertyInitialization": true,
|
||||
"noImplicitThis": true,
|
||||
"alwaysStrict": true,
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": false
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
|
|
Loading…
Reference in a new issue