|  | 
| 5 | 5 |  * Make sure to inspect the output below.  Do not ignore changes! | 
| 6 | 6 |  */ | 
| 7 | 7 | 'use strict' | 
| 8 |  | -exports[`test/lib/commands/search.js TAP empty search results > should have expected search results 1`] = ` | 
| 9 |  | -No matches found for "foo" | 
| 10 |  | -` | 
| 11 |  | - | 
| 12 | 8 | exports[`test/lib/commands/search.js TAP search /<name>/--color > should have expected search results with color 1`] = ` | 
| 13 | 9 | [34mlibnpm[39m | 
| 14 | 10 | Collection of programmatic APIs for the npm CLI | 
|  | 
| 189 | 185 | Version 1.0.0 published prehistoric by foo | 
| 190 | 186 | Maintainers: foo | 
| 191 | 187 | https://npm.im/foo | 
|  | 188 | +custom-registry | 
|  | 189 | +Version 1.0.0 published prehistoric by ??? | 
|  | 190 | +Maintainers: foo | 
|  | 191 | +https://npm.im/custom-registry | 
| 192 | 192 | libnpmversion | 
| 193 | 193 | Version 1.0.0 published prehistoric by foo | 
| 194 | 194 | Maintainers: foo | 
| @@ -274,7 +274,7 @@ Maintainers: lukekarrys | 
| 274 | 274 | https://npm.im/pkg-no-desc | 
| 275 | 275 | ` | 
| 276 | 276 | 
 | 
| 277 |  | -exports[`test/lib/commands/search.js TAP search exclude forward slash > results should not have libnpmversion 1`] = ` | 
|  | 277 | +exports[`test/lib/commands/search.js TAP search earch exclude forward slash > results should not have libnpmversion 1`] = ` | 
| 278 | 278 | libnpm | 
| 279 | 279 | Collection of programmatic APIs for the npm CLI | 
| 280 | 280 | Version 3.0.1 published 2019-07-16 by isaacs | 
| @@ -348,6 +348,10 @@ Maintainers: lukekarrys | 
| 348 | 348 | https://npm.im/pkg-no-desc | 
| 349 | 349 | ` | 
| 350 | 350 | 
 | 
|  | 351 | +exports[`test/lib/commands/search.js TAP search empty search results > should have expected search results 1`] = ` | 
|  | 352 | +No matches found for "foo" | 
|  | 353 | +` | 
|  | 354 | + | 
| 351 | 355 | exports[`test/lib/commands/search.js TAP search exclude regex > results should not have libnpmversion 1`] = ` | 
| 352 | 356 | libnpm | 
| 353 | 357 | Collection of programmatic APIs for the npm CLI | 
| @@ -1009,3 +1013,14 @@ Version 1.0.0 published 2019-09-26 by lukekarrys | 
| 1009 | 1013 | Maintainers: lukekarrys | 
| 1010 | 1014 | https://npm.im/pkg-no-desc | 
| 1011 | 1015 | ` | 
|  | 1016 | + | 
|  | 1017 | +exports[`test/lib/commands/search.js TAP search no publisher > should have filtered expected search results 1`] = ` | 
|  | 1018 | +custom-registry | 
|  | 1019 | +Version 1.0.0 published prehistoric by ??? | 
|  | 1020 | +Maintainers: foo | 
|  | 1021 | +https://npm.im/custom-registry | 
|  | 1022 | +libnpmversion | 
|  | 1023 | +Version 1.0.0 published prehistoric by foo | 
|  | 1024 | +Maintainers: foo | 
|  | 1025 | +https://npm.im/libnpmversion | 
|  | 1026 | +` | 
0 commit comments