DEV deploy - @devksingh4 #55
deploy-dev.yml
on: pull_request
Annotations
4 errors and 1 warning
tests/unit/auth.test.ts > Test happy path:
tests/unit/auth.test.ts#L49
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"roles": Array [
"manage:events",
+ "scan:tickets",
],
"username": "[email protected]",
}
❯ tests/unit/auth.test.ts:49:20
|
tests/unit/discordEvent.test.ts > Test happy path:
tests/unit/auth.test.ts#L49
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"roles": Array [
"manage:events",
+ "scan:tickets",
],
"username": "[email protected]",
}
❯ tests/unit/auth.test.ts:49:20
|
tests/unit/eventPost.test.ts > Test happy path:
tests/unit/auth.test.ts#L49
AssertionError: expected { …(2) } to deeply equal { …(2) }
- Expected
+ Received
Object {
"roles": Array [
"manage:events",
+ "scan:tickets",
],
"username": "[email protected]",
}
❯ tests/unit/auth.test.ts:49:20
|
Run Unit Tests
Process completed with exit code 2.
|
Run Unit Tests:
tests/unit/organizations.test.ts#L11
'responseDataJson' is assigned a value but never used. Allowed unused vars must match /^_/u
|