fix: log full error object if default toString is not enough #807
Annotations
2 errors and 1 warning
Run npm test --coverage:
test/src/utils/page-loader.ts#L98
Property 'stringifyError' is missing in type '{ log: sinon.SinonStub; warn: sinon.SinonStub; error: sinon.SinonStub; }' but required in type '{ log: (...args: any[]) => void; warn: (...args: any[]) => void; error: (...args: any[]) => void; stringifyError: (error: any) => any; }'.
|
Run npm test --coverage
The operation was canceled.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading