diff --git a/smoke-tests/tap-snapshots/test/index.js.test.cjs b/smoke-tests/tap-snapshots/test/index.js.test.cjs index d225fd9f60f3e..1addea5f44b10 100644 --- a/smoke-tests/tap-snapshots/test/index.js.test.cjs +++ b/smoke-tests/tap-snapshots/test/index.js.test.cjs @@ -111,14 +111,14 @@ Wrote to {NPM}/{TESTDIR}/project/package.json: { "name": "project", "version": "1.0.0", - "description": "", "main": "index.js", "scripts": { "test": "echo /"Error: no test specified/" && exit 1" }, "keywords": [], "author": "", - "license": "ISC" + "license": "ISC", + "description": "" } ` @@ -299,7 +299,6 @@ exports[`test/index.js TAP basic npm pkg > should print package.json contents 1` { "name": "project", "version": "1.0.0", - "description": "", "main": "index.js", "scripts": { "test": "echo /"Error: no test specified/" && exit 1", @@ -308,6 +307,7 @@ exports[`test/index.js TAP basic npm pkg > should print package.json contents 1` "keywords": [], "author": "", "license": "ISC", + "description": "", "dependencies": { "abbrev": "^1.0.4" },