chore(deps/v9): bump #3010
Annotations
4 errors
Build and run tests:
__tests__/commands/docs/prune.test.ts#L35
AssertionError: expected Error: ENOENT: no such file or directory,… { …(4) } to strictly equal Error: ENOENT: no such file or directory,…
- Expected
+ Received
Error {
"message": "ENOENT: no such file or directory, scandir 'not-a-folder'",
+ "errno": -2,
+ "code": "ENOENT",
+ "syscall": "scandir",
+ "path": "not-a-folder",
}
❯ __tests__/commands/docs/prune.test.ts:35:5
|
Build and run tests:
__tests__/commands/openapi/index.test.ts#L757
AssertionError: expected APIv1Error: The version you specified (v1… { code: undefined } to strictly equal APIv1Error: The version you specified (v1… { code: '…' }
- Expected
+ Received
APIv1Error {
"message": "The version you specified (v1000) doesn't match any of the existing versions (1.0) in ReadMe.
If you need help, email [email protected] and include the following link to your API log: 'https://docs.readme.com/logs/xx-xx-xx'.",
- "code": "VERSION_NOTFOUND",
+ "code": undefined,
"name": "APIv1Error",
}
❯ __tests__/commands/openapi/index.test.ts:757:7
|
Build and run tests:
__tests__/commands/openapi/index.test.ts#L825
AssertionError: expected APIv1Error: We couldn't find your API key… { code: undefined } to strictly equal APIv1Error: We couldn't find your API key… { code: '…' }
- Expected
+ Received
APIv1Error {
"message": "We couldn't find your API key.
If you need help, email [email protected] and include the following link to your API log: 'https://docs.readme.com/logs/xx-xx-xx'.",
- "code": "APIKEY_NOTFOUND",
+ "code": undefined,
"name": "APIv1Error",
}
❯ __tests__/commands/openapi/index.test.ts:825:7
|
Build and run tests
Process completed with exit code 1.
|
Loading