Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 5, 2020
1 parent c9e877f commit ee0a256
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions tap-snapshots/test-lib-utils-update-notifier.js-TAP.test.js
Expand Up @@ -6,73 +6,73 @@
*/
'use strict'
exports[`test/lib/utils/update-notifier.js TAP notification situations color and unicode major > must match snapshot 1`] = `
New [31mmajor[39m version of npm available! [31m<<major>>-beta.0[39m → [32m7.0.0[39m
New [31mmajor[39m version of npm available! [31m<<major>>-beta.1[39m → [32m7.0.0[39m
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm install -g npm to update!
`

exports[`test/lib/utils/update-notifier.js TAP notification situations color and unicode minor > must match snapshot 1`] = `
New [33mminor[39m version of npm available! [31m<<minor>>-beta.0[39m → [32m7.0.0[39m
New [33mminor[39m version of npm available! [31m<<minor>>-beta.1[39m → [32m7.0.0[39m
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm install -g npm to update!
`

exports[`test/lib/utils/update-notifier.js TAP notification situations color and unicode minor > must match snapshot 2`] = `
New [32mpatch[39m version of npm available! [31m<<patch>>-beta.0[39m → [32m7.0.0[39m
New [32mpatch[39m version of npm available! [31m<<patch>>-beta.1[39m → [32m7.0.0[39m
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm install -g npm to update!
`

exports[`test/lib/utils/update-notifier.js TAP notification situations color, no unicode major > must match snapshot 1`] = `
New [31mmajor[39m version of npm available! [31m<<major>>-beta.0[39m -> [32m7.0.0[39m
New [31mmajor[39m version of npm available! [31m<<major>>-beta.1[39m -> [32m7.0.0[39m
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm install -g npm to update!
`

exports[`test/lib/utils/update-notifier.js TAP notification situations color, no unicode minor > must match snapshot 1`] = `
New [33mminor[39m version of npm available! [31m<<minor>>-beta.0[39m -> [32m7.0.0[39m
New [33mminor[39m version of npm available! [31m<<minor>>-beta.1[39m -> [32m7.0.0[39m
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm install -g npm to update!
`

exports[`test/lib/utils/update-notifier.js TAP notification situations color, no unicode minor > must match snapshot 2`] = `
New [32mpatch[39m version of npm available! [31m<<patch>>-beta.0[39m -> [32m7.0.0[39m
New [32mpatch[39m version of npm available! [31m<<patch>>-beta.1[39m -> [32m7.0.0[39m
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm install -g npm to update!
`

exports[`test/lib/utils/update-notifier.js TAP notification situations no color, no unicode major > must match snapshot 1`] = `
New major version of npm available! <<major>>-beta.0 -> 7.0.0
New major version of npm available! <<major>>-beta.1 -> 7.0.0
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm i -g npm to update!
`

exports[`test/lib/utils/update-notifier.js TAP notification situations no color, no unicode minor > must match snapshot 1`] = `
New minor version of npm available! <<minor>>-beta.0 -> 7.0.0
New minor version of npm available! <<minor>>-beta.1 -> 7.0.0
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm i -g npm to update!
`

exports[`test/lib/utils/update-notifier.js TAP notification situations no color, no unicode minor > must match snapshot 2`] = `
New patch version of npm available! <<patch>>-beta.0 -> 7.0.0
New patch version of npm available! <<patch>>-beta.1 -> 7.0.0
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm i -g npm to update!
`

exports[`test/lib/utils/update-notifier.js TAP notification situations unicode, no color major > must match snapshot 1`] = `
New major version of npm available! <<major>>-beta.0 → 7.0.0
New major version of npm available! <<major>>-beta.1 → 7.0.0
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm i -g npm to update!
`

exports[`test/lib/utils/update-notifier.js TAP notification situations unicode, no color minor > must match snapshot 1`] = `
New minor version of npm available! <<minor>>-beta.0 → 7.0.0
New minor version of npm available! <<minor>>-beta.1 → 7.0.0
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm i -g npm to update!
`

exports[`test/lib/utils/update-notifier.js TAP notification situations unicode, no color minor > must match snapshot 2`] = `
New patch version of npm available! <<patch>>-beta.0 → 7.0.0
New patch version of npm available! <<patch>>-beta.1 → 7.0.0
Changelog: https://github.com/npm/cli/releases/tag/v7.0.0
Run npm i -g npm to update!
`
2 changes: 1 addition & 1 deletion tap-snapshots/test-lib-view.js-TAP.test.js
Expand Up @@ -282,7 +282,7 @@ dist
dist-tags:
published [33m12 months ago[39m
published [33ma year ago[39m
`

exports[`test/lib/view.js TAP should log package info package with no versions > must match snapshot 1`] = `
Expand Down

0 comments on commit ee0a256

Please sign in to comment.