Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Apr 2, 2024
1 parent bbcb227 commit 2771d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smoke-tests/tap-snapshots/test/index.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
`

Expand Down Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 2771d35

Please sign in to comment.