diff --git a/package.json b/package.json index 2ceec15c0..c3e7d274a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "fulltest": "nyc mocha --recursive --timeout 20000 test/ --exit", "linter": "eslint -c .eslintrc.js .", "coveralls": "nyc report --reporter=text-lcov | coveralls", - "coverage": "nyc check-coverage --statements 90 --branches 90 --functions 90 --lines 90" + "coverage": "nyc check-coverage --statements 95 --branches 90 --functions 90 --lines 95" }, "bin": { "chinchay": "./cliApp/lector.js" diff --git a/test/models/table/static/getSecurityMode.js b/test/models/table/static/getSecurityMode.js index ac9411856..631348d7d 100644 --- a/test/models/table/static/getSecurityMode.js +++ b/test/models/table/static/getSecurityMode.js @@ -3,7 +3,6 @@ process.env.NODE_ENV = 'test'; // Require the dev-dependencies const { assert } = require('chai'); -const Utils = require('codemaster').utils; const { Table } = require('../../../..');