GraphQL API #167
deployment.yml
on: pull_request
Annotations
2 errors and 7 warnings
tests/api/type-defs.spec.ts > Type Defs > Should generate type defs:
tests/api/type-defs.spec.ts#L48
AssertionError: expected '\n type Query {\n getVersion:…' to match 'getcursus'
- Expected
+ Received
- getcursus
+
+ type Query {
+ getVersion: String
+ }
+
+ type cursus {
+ _name: String
+ name: String
+ }
+
❯ tests/api/type-defs.spec.ts:48:22
|
🧪Test
Process completed with exit code 1.
|
🎫 Prepare
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
✨Prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ʦ TypeScript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
⬣ ESLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
⬣ ESLint:
api/lib/resolvers.ts#L4
'prisma' is assigned a value but never used. Allowed unused vars must match /^ignored/u
|
⬣ ESLint:
tests/setup.ts#L8
'aCLEntry' is assigned a value but never used. Allowed unused vars must match /^ignored/u
|
🧪Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|