diff --git a/package.json b/package.json index 70536a8505a94..e37befdcb2301 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ }, "directories": { "doc": "./doc", - "lib": "./lib", "man": "./man" }, "main": "./index.js", @@ -213,14 +212,10 @@ "test-all": "node . run test -ws -iwr --if-present", "snap": "tap", "prepack": "node . run build -w docs", - "test:nocleanup": "NO_TEST_CLEANUP=1 node . run test --", - "sudotest": "sudo node . run run test --", - "sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 node . run test --", "posttest": "node . run lint", "lint": "eslint \"**/*.js\"", "lintfix": "node . run lint -- --fix", "lint-all": "node . run lint -ws -iwr --if-present", - "prelint": "rimraf test/npm_cache*", "resetdeps": "node scripts/resetdeps.js", "rp-pull-request": "node scripts/update-authors.js", "postlint": "template-oss-check", @@ -230,8 +225,6 @@ "test-env": [ "LC_ALL=sk" ], - "color": 1, - "files": "test/{lib,bin,index.js}", "timeout": 600, "nyc-arg": [ "--exclude", diff --git a/tap-snapshots/test/lib/commands/publish.js.test.cjs b/tap-snapshots/test/lib/commands/publish.js.test.cjs index 7465dd4e92198..f421a2dbd8add 100644 --- a/tap-snapshots/test/lib/commands/publish.js.test.cjs +++ b/tap-snapshots/test/lib/commands/publish.js.test.cjs @@ -115,7 +115,6 @@ Object { "description": "a package manager for JavaScript", "directories": Object { "doc": "./doc", - "lib": "./lib", "man": "./man", }, "exports": Object { diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index ec98a3c6a6939..f278732b2730c 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -74,18 +74,11 @@ "bin": { "arborist": "bin/index.js" }, - "//": "sk test-env locale to catch locale-specific sorting", "tap": { - "color": true, "after": "test/fixtures/cleanup.js", "test-env": [ - "NODE_OPTIONS=--no-warnings", "LC_ALL=sk" ], - "node-arg": [ - "--no-warnings", - "--no-deprecation" - ], "timeout": "360", "nyc-arg": [ "--exclude",