DEV deploy - @devksingh4 #47
deploy-dev.yml
on: pull_request
Annotations
4 errors
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",
+ "admin:events",
+ "manage:links",
+ "admin:links",
],
"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",
+ "admin:events",
+ "manage:links",
+ "admin:links",
],
"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",
+ "admin:events",
+ "manage:links",
+ "admin:links",
],
"username": "[email protected]",
}
❯ tests/unit/auth.test.ts:49:20
|
Run Unit Tests
Process completed with exit code 2.
|