diff --git a/package.json b/package.json index a3d7a83c5..cebd3b9e4 100644 --- a/package.json +++ b/package.json @@ -90,9 +90,9 @@ "scripts": { "docs": "typedoc", "lint": "eslint src test --ext .js,.ts && tsc", - "test": "mocha test/unit test/unit/token test/unit/tracking-buffer", - "test-integration": "mocha test/integration/", - "test-all": "mocha test/unit/ test/unit/token/ test/unit/tracking-buffer test/integration/", + "test": "mocha --forbid-only test/unit test/unit/token test/unit/tracking-buffer", + "test-integration": "mocha --forbid-only test/integration/", + "test-all": "mocha --forbid-only test/unit/ test/unit/token/ test/unit/tracking-buffer test/integration/", "build": "rimraf lib && babel src --out-dir lib --extensions .js,.ts", "prepublish": "npm run build && tsc && copyfiles -u 2 temp/src/*.d.ts lib && rimraf temp", "semantic-release": "semantic-release"