Skip to content

Commit 140ac57

Browse files
committed
fixes update-notifier
1 parent e30ad0b commit 140ac57

File tree

2 files changed

+162
-94
lines changed

2 files changed

+162
-94
lines changed

tap-snapshots/test/lib/cli/update-notifier.js.test.cjs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,95 +5,95 @@
55
* Make sure to inspect the output below. Do not ignore changes!
66
*/
77
'use strict'
8-
exports[`test/lib/cli/update-notifier.js TAP notification situations 122.420.69 - color=always > must match snapshot 1`] = `
8+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 122.420.69 - color=always > must match snapshot 1`] = `
99
1010
New major version of npm available! 122.420.69 -> 123.420.69
1111
Changelog: https://github.com/npm/cli/releases/tag/v123.420.69
1212
To update run: npm install -g [email protected]
1313
1414
`
1515

16-
exports[`test/lib/cli/update-notifier.js TAP notification situations 122.420.69 - color=false > must match snapshot 1`] = `
16+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 122.420.69 - color=false > must match snapshot 1`] = `
1717
1818
New major version of npm available! 122.420.69 -> 123.420.69
1919
Changelog: https://github.com/npm/cli/releases/tag/v123.420.69
2020
To update run: npm install -g [email protected]
2121
2222
`
2323

24-
exports[`test/lib/cli/update-notifier.js TAP notification situations 123.419.69 - color=always > must match snapshot 1`] = `
24+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 123.419.69 - color=always > must match snapshot 1`] = `
2525
2626
New minor version of npm available! 123.419.69 -> 123.420.69
2727
Changelog: https://github.com/npm/cli/releases/tag/v123.420.69
2828
To update run: npm install -g [email protected]
2929
3030
`
3131

32-
exports[`test/lib/cli/update-notifier.js TAP notification situations 123.419.69 - color=false > must match snapshot 1`] = `
32+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 123.419.69 - color=false > must match snapshot 1`] = `
3333
3434
New minor version of npm available! 123.419.69 -> 123.420.69
3535
Changelog: https://github.com/npm/cli/releases/tag/v123.420.69
3636
To update run: npm install -g [email protected]
3737
3838
`
3939

40-
exports[`test/lib/cli/update-notifier.js TAP notification situations 123.420.68 - color=always > must match snapshot 1`] = `
40+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 123.420.68 - color=always > must match snapshot 1`] = `
4141
4242
New patch version of npm available! 123.420.68 -> 123.420.69
4343
Changelog: https://github.com/npm/cli/releases/tag/v123.420.69
4444
To update run: npm install -g [email protected]
4545
4646
`
4747

48-
exports[`test/lib/cli/update-notifier.js TAP notification situations 123.420.68 - color=false > must match snapshot 1`] = `
48+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 123.420.68 - color=false > must match snapshot 1`] = `
4949
5050
New patch version of npm available! 123.420.68 -> 123.420.69
5151
Changelog: https://github.com/npm/cli/releases/tag/v123.420.69
5252
To update run: npm install -g [email protected]
5353
5454
`
5555

56-
exports[`test/lib/cli/update-notifier.js TAP notification situations 123.420.70 - color=always > must match snapshot 1`] = `
56+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 123.420.70 - color=always > must match snapshot 1`] = `
5757
5858
New minor version of npm available! 123.420.70 -> 123.421.70
5959
Changelog: https://github.com/npm/cli/releases/tag/v123.421.70
6060
To update run: npm install -g [email protected]
6161
6262
`
6363

64-
exports[`test/lib/cli/update-notifier.js TAP notification situations 123.420.70 - color=false > must match snapshot 1`] = `
64+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 123.420.70 - color=false > must match snapshot 1`] = `
6565
6666
New minor version of npm available! 123.420.70 -> 123.421.70
6767
Changelog: https://github.com/npm/cli/releases/tag/v123.421.70
6868
To update run: npm install -g [email protected]
6969
7070
`
7171

72-
exports[`test/lib/cli/update-notifier.js TAP notification situations 123.421.69 - color=always > must match snapshot 1`] = `
72+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 123.421.69 - color=always > must match snapshot 1`] = `
7373
7474
New patch version of npm available! 123.421.69 -> 123.421.70
7575
Changelog: https://github.com/npm/cli/releases/tag/v123.421.70
7676
To update run: npm install -g [email protected]
7777
7878
`
7979

80-
exports[`test/lib/cli/update-notifier.js TAP notification situations 123.421.69 - color=false > must match snapshot 1`] = `
80+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 123.421.69 - color=false > must match snapshot 1`] = `
8181
8282
New patch version of npm available! 123.421.69 -> 123.421.70
8383
Changelog: https://github.com/npm/cli/releases/tag/v123.421.70
8484
To update run: npm install -g [email protected]
8585
8686
`
8787

88-
exports[`test/lib/cli/update-notifier.js TAP notification situations 124.0.0-beta.0 - color=always > must match snapshot 1`] = `
88+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 124.0.0-beta.0 - color=always > must match snapshot 1`] = `
8989
9090
New prerelease version of npm available! 124.0.0-beta.0 -> 124.0.0-beta.99999
9191
Changelog: https://github.com/npm/cli/releases/tag/v124.0.0-beta.99999
9292
To update run: npm install -g [email protected]
9393
9494
`
9595

96-
exports[`test/lib/cli/update-notifier.js TAP notification situations 124.0.0-beta.0 - color=false > must match snapshot 1`] = `
96+
exports[`test/lib/cli/update-notifier.js > TAP > notification situations > 124.0.0-beta.0 - color=false > must match snapshot 1`] = `
9797
9898
New prerelease version of npm available! 124.0.0-beta.0 -> 124.0.0-beta.99999
9999
Changelog: https://github.com/npm/cli/releases/tag/v124.0.0-beta.99999

0 commit comments

Comments
 (0)