Skip to content

docs: document options #16

docs: document options

docs: document options #16

Triggered via push July 31, 2024 15:40
Status Failure
Total duration 58s
Billable time 2m
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
src/store.test.ts > onReadInput > should passthrough input if no store was found: packages/core/src/store.ts#L208
Error: No store can load reference: {"store":"mock"} ❯ before src/store.ts:208:12 ❯ runMiddlewares ../../node_modules/.pnpm/@middy[email protected]/node_modules/@middy/core/index.js:230:23 ❯ runRequest ../../node_modules/.pnpm/@middy[email protected]/node_modules/@middy/core/index.js:154:11 ❯ middyHandler ../../node_modules/.pnpm/@middy[email protected]/node_modules/@middy/core/index.js:43:12 ❯ src/store.test.ts:124:24
src/store.test.ts > onstoreOptsOutput > should passthrough output if no store was found: packages/core/src/store.ts#L299
Error: No store can save payload ❯ after src/store.ts:299:12 ❯ runMiddlewares ../../node_modules/.pnpm/@middy[email protected]/node_modules/@middy/core/index.js:230:23 ❯ runRequest ../../node_modules/.pnpm/@middy[email protected]/node_modules/@middy/core/index.js:198:13 ❯ src/store.test.ts:287:18
tests/store.unit.test.ts > S3Store.canStore > should throw an error for invalid options.bucket: null: packages/store-s3/src/store.ts#L84
Error: Invalid bucket ❯ new S3Store src/store.ts:84:10 ❯ tests/store.unit.test.ts:281:20
tests/store.unit.test.ts > S3Store.canStore > should throw an error for invalid options.bucket: undefined: packages/store-s3/src/store.ts#L84
Error: Invalid bucket ❯ new S3Store src/store.ts:84:10 ❯ tests/store.unit.test.ts:281:20
tests/store.unit.test.ts > S3Store.canStore > should throw an error for invalid options.bucket: : packages/store-s3/src/store.ts#L84
Error: Invalid bucket ❯ new S3Store src/store.ts:84:10 ❯ tests/store.unit.test.ts:281:20
tests/store.unit.test.ts > S3Store.canStore > should throw an error for invalid options.bucket: 42: packages/store-s3/tests/store.unit.test.ts#L285
AssertionError: expected [Function] to throw an error ❯ tests/store.unit.test.ts:285:42
tests/store.unit.test.ts > S3Store.canStore > should throw an error for invalid options.bucket: true: packages/store-s3/tests/store.unit.test.ts#L285
AssertionError: expected [Function] to throw an error ❯ tests/store.unit.test.ts:285:42
tests/store.unit.test.ts > S3Store.canStore > should throw an error for invalid options.bucket: false: packages/store-s3/src/store.ts#L84
Error: Invalid bucket ❯ new S3Store src/store.ts:84:10 ❯ tests/store.unit.test.ts:281:20
tests/store.unit.test.ts > S3Store.canStore > should throw an error for invalid options.bucket: () => { }: packages/store-s3/src/store.ts#L84
Error: Invalid bucket ❯ new S3Store src/store.ts:84:10 ❯ tests/store.unit.test.ts:281:20
tests/store.unit.test.ts > S3Store.canStore > should throw an error for invalid options.bucket: {}: packages/store-s3/tests/store.unit.test.ts#L285
AssertionError: expected [Function] to throw an error ❯ tests/store.unit.test.ts:285:42