-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
shasum
when integrity
is not defined
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -899,7 +899,7 @@ it(`should download latest pnpm from custom registry`, async () => { | |
await expect(runCli(cwd, [`pnpm`, `--version`], true)).resolves.toMatchObject({ | ||
Check failure on line 899 in tests/main.test.ts
|
||
exitCode: 0, | ||
stdout: `pnpm: Hello from custom registry\n`, | ||
stderr: | ||
stderr: | ||
`! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing [email protected]+sha1.d862ca5bedaa7d2328b8bde6ce2bac5141681f48.\n` + | ||
`! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager\n\n`, | ||
}); | ||
|