Skip to content

Commit

Permalink
chore: fix smoke-tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Mar 29, 2021
1 parent 4b10024 commit 4cd6697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions smoke-tests/index.js
Expand Up @@ -13,6 +13,7 @@ t.cleanSnapshot = s => s.split(cwd).join('{CWD}')
.replace(/\\+/g, '/')
.replace(/\r\n/g, '\n')
.replace(/\ \(in a browser\)/g, '')
.replace(/^npm@.*\ /mg, 'npm ')

// setup server
const registryServer = require('./server.js')
Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/smoke-tests-index.js-TAP.test.js
Expand Up @@ -38,7 +38,7 @@ or on the command line via: npm <command> --key=value
More configuration info: npm help config
Configuration fields: npm help 7 config
npm@7.7.5 {CWD}
npm {CWD}
`

Expand Down

0 comments on commit 4cd6697

Please sign in to comment.