File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
smoke-tests/tap-snapshots/test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,14 @@ Wrote to {NPM}/{TESTDIR}/project/package.json:
111111{
112112 "name": "project",
113113 "version": "1.0.0",
114- "description": "",
115114 "main": "index.js",
116115 "scripts": {
117116 "test": "echo /"Error: no test specified/" && exit 1"
118117 },
119118 "keywords": [],
120119 "author": "",
121- "license": "ISC"
120+ "license": "ISC",
121+ "description": ""
122122}
123123`
124124
@@ -299,7 +299,6 @@ exports[`test/index.js TAP basic npm pkg > should print package.json contents 1`
299299{
300300 "name": "project",
301301 "version": "1.0.0",
302- "description": "",
303302 "main": "index.js",
304303 "scripts": {
305304 "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`
308307 "keywords": [],
309308 "author": "",
310309 "license": "ISC",
310+ "description": "",
311311 "dependencies": {
312312 "abbrev": "^1.0.4"
313313 },
You can’t perform that action at this time.
0 commit comments