diff --git a/package.json b/package.json index ad5faee..5398aa7 100644 --- a/package.json +++ b/package.json @@ -12,17 +12,17 @@ "Jevgenij Tsoi " ], "dependencies": { - "js-yaml": "~3.6.1", - "lodash": "~4.15.0", - "semver": "~5.3.0", - "yargs": "~5.0.0" + "js-yaml": "~3.13.1", + "lodash": "~4.17.12", + "semver": "~7.1.1", + "yargs": "~15.1.0" }, "devDependencies": { - "coveralls": "~2.11.12", - "eslint": "~2.13.1", - "mocha": "~3.0.2", - "must": "~0.13.2", - "nyc": "~8.1.0" + "coveralls": "~3.0.9", + "eslint": "~6.8.0", + "mocha": "~6.2.2", + "must": "~0.13.4", + "nyc": "~15.0.0" }, "homepage": "https://github.com/ceejbot/fivebeans#readme", "keywords": [ @@ -40,7 +40,7 @@ "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "eslint bin lib test index.js", - "test": "nyc mocha -t 8000 -R spec test/", + "test": "nyc mocha --exit -t 8000 -R spec test/", "travis": "npm run lint && npm test" } } diff --git a/test/test-worker.js b/test/test-worker.js index 94c4577..15470b6 100644 --- a/test/test-worker.js +++ b/test/test-worker.js @@ -404,9 +404,4 @@ describe('FiveBeansWorker', function() }); }); }); - - describe('log events', function() - { - it('have tests'); - }); });