-
- Downloads
Merge branch 'patch_ENOENT' into 'master'
patch ENOENT + update tests + change mocha to jest + update docu See merge request argos/log!1
No related branches found
No related tags found
Showing
- README.md 2 additions, 2 deletionsREADME.md
- index.js 9 additions, 7 deletionsindex.js
- package-lock.json 5350 additions, 1934 deletionspackage-lock.json
- package.json 4 additions, 8 deletionspackage.json
- samples/all-options.js 1 addition, 1 deletionsamples/all-options.js
- samples/log-to-file.js 3 additions, 2 deletionssamples/log-to-file.js
- samples/use-tags.js 0 additions, 10 deletionssamples/use-tags.js
- tests/index.test.js 313 additions, 0 deletionstests/index.test.js
- tests/test.js 0 additions, 468 deletionstests/test.js
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -4,7 +4,7 @@ |
"description": "A simple Logger with Options!", | ||
"main": "index.js", | ||
"scripts": { | ||
"test" : "mocha tests/test.js", | ||
"test": "jest tests/index.test.js", | ||
"test-coverage": "nyc --reporter=html --reporter=text mocha -- tests/test.js && rsync --remove-source-files -av --progress ./coverage ./docs/ && rm -Rf ./coverage", | ||
"test-graphics": "nyc --reporter=html --reporter=text mocha -R mochawesome -- tests/test.js && rsync --remove-source-files -av --progress ./coverage ./docs/ && rm -Rf ./coverage && rsync --remove-source-files -av --progress ./mochawesome-report ./docs/ && rm -Rf ./mochawesome-report" | ||
}, | ||
... | ... | @@ -12,14 +12,10 @@ |
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url" : "https://github.com/WebDaD/lib-log" | ||
"url": "https://it-devops-01.br-edv.brnet.int/argos/log" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "^5.2.0", | ||
"mochawesome": "^3.0.3", | ||
"nyc": "^13.0.1", | ||
"stryker": "^0.29.5", | ||
"stryker-api": "^0.21.2" | ||
"jest": "^24.9.0" | ||
} | ||
} |
samples/use-tags.js
deleted
100644 → 0
tests/index.test.js
0 → 100644
tests/test.js
deleted
100644 → 0
Please register or sign in to comment