Cleanup Server Classes Options #66
Annotations
20 errors and 6 warnings
src/Collection.spec.ts > Collection > getAll > embed query > should throw an error when trying to embed a non-existing collection:
src/SinonServer.ts#L12
TypeError: Cannot read properties of undefined (reading 'loggingEnabled')
❯ new SinonServer src/SinonServer.ts:12:19
❯ src/Collection.spec.ts:630:32
|
src/Collection.spec.ts > Collection > getAll > embed query > should return the original object for missing embed one:
src/SinonServer.ts#L12
TypeError: Cannot read properties of undefined (reading 'loggingEnabled')
❯ new SinonServer src/SinonServer.ts:12:19
❯ src/Collection.spec.ts:644:32
|
src/Collection.spec.ts > Collection > getAll > embed query > should return the object with the reference object for embed one:
src/SinonServer.ts#L12
TypeError: Cannot read properties of undefined (reading 'loggingEnabled')
❯ new SinonServer src/SinonServer.ts:12:19
❯ src/Collection.spec.ts:665:32
|
src/Collection.spec.ts > Collection > getAll > embed query > should throw an error when trying to embed many a non-existing collection:
src/SinonServer.ts#L12
TypeError: Cannot read properties of undefined (reading 'loggingEnabled')
❯ new SinonServer src/SinonServer.ts:12:19
❯ src/Collection.spec.ts:689:32
|
src/Collection.spec.ts > Collection > getAll > embed query > should return the object with an empty array for missing embed many:
src/SinonServer.ts#L12
TypeError: Cannot read properties of undefined (reading 'loggingEnabled')
❯ new SinonServer src/SinonServer.ts:12:19
❯ src/Collection.spec.ts:705:32
|
src/Collection.spec.ts > Collection > getAll > embed query > should return the object with an array of references for embed many:
src/SinonServer.ts#L12
TypeError: Cannot read properties of undefined (reading 'loggingEnabled')
❯ new SinonServer src/SinonServer.ts:12:19
❯ src/Collection.spec.ts:727:32
|
src/Collection.spec.ts > Collection > getAll > embed query > should return the object with an array of references for embed many using inner array:
src/SinonServer.ts#L12
TypeError: Cannot read properties of undefined (reading 'loggingEnabled')
❯ new SinonServer src/SinonServer.ts:12:19
❯ src/Collection.spec.ts:764:32
|
src/Collection.spec.ts > Collection > getAll > embed query > should allow multiple embeds:
src/SinonServer.ts#L12
TypeError: Cannot read properties of undefined (reading 'loggingEnabled')
❯ new SinonServer src/SinonServer.ts:12:19
❯ src/Collection.spec.ts:812:32
|
src/Single.spec.ts > Single > getOnly > embed query > should throw an error when trying to embed a non-existing collection:
src/SinonServer.ts#L12
TypeError: Cannot read properties of undefined (reading 'loggingEnabled')
❯ new SinonServer src/SinonServer.ts:12:19
❯ src/Single.spec.ts:22:32
|
src/Single.spec.ts > Single > getOnly > embed query > should return the original object for missing embed one:
src/SinonServer.ts#L12
TypeError: Cannot read properties of undefined (reading 'loggingEnabled')
❯ new SinonServer src/SinonServer.ts:12:19
❯ src/Single.spec.ts:34:32
|
typecheck:
src/Collection.spec.ts#L1
Expected 1 arguments, but got 0.
|
typecheck:
src/Collection.spec.ts#L1
Expected 1 arguments, but got 0.
|
typecheck:
src/Collection.spec.ts#L1
Expected 1 arguments, but got 0.
|
typecheck:
src/Collection.spec.ts#L1
Expected 1 arguments, but got 0.
|
typecheck:
src/Collection.spec.ts#L1
Expected 1 arguments, but got 0.
|
typecheck:
src/Collection.spec.ts#L1
Expected 1 arguments, but got 0.
|
typecheck:
src/Collection.spec.ts#L1
Expected 1 arguments, but got 0.
|
typecheck:
src/Collection.spec.ts#L1
Expected 1 arguments, but got 0.
|
typecheck:
src/Single.spec.ts#L1
Expected 1 arguments, but got 0.
|
typecheck:
src/Single.spec.ts#L1
Expected 1 arguments, but got 0.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
unit-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|