feat: add channel & user name #124
main.yml
on: pull_request
Setup
22s
Matrix: build
Matrix: lint
Matrix: test
Matrix: integration_test
Deploy for Testing
0s
Annotations
7 errors
|
Test functions
Process completed with exit code 1.
|
|
src/tests/integration/pollCreation.integration.test.ts > Poll Creation Integration Tests > Successful Poll Creation > should create a multi-choice poll with max votes:
functions/src/tests/integration/pollCreation.integration.test.ts#L90
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/tests/integration/pollCreation.integration.test.ts:90:5
|
|
src/tests/integration/pollCreation.integration.test.ts > Poll Creation Integration Tests > Successful Poll Creation > should create a simple poll and post message to Slack:
functions/src/tests/integration/pollCreation.integration.test.ts#L42
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/tests/integration/pollCreation.integration.test.ts:42:5
|
|
src/tests/userService.test.ts > UserService > addUser > should propagate errors from create:
functions/src/tests/userService.test.ts#L47
AssertionError: expected [Function] to throw error including 'Firestore error' but got 'Unable to detect a Project Id in the …'
- Expected
+ Received
- Firestore error
+ Unable to detect a Project Id in the current environment.
+ To learn more about authentication and Google APIs, visit:
+ https://cloud.google.com/docs/authentication/getting-started
❯ src/tests/userService.test.ts:47:7
|
|
src/tests/userService.test.ts > UserService > addUser > should call create with user + createdAt:
functions/src/tests/userService.test.ts#L26
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/tests/userService.test.ts:26:5
|
|
src/tests/channelService.test.ts > ChannelService > addChannel > should propagate errors from create:
functions/src/tests/channelService.test.ts#L49
AssertionError: expected [Function] to throw error including 'Firestore error' but got 'Unable to detect a Project Id in the …'
- Expected
+ Received
- Firestore error
+ Unable to detect a Project Id in the current environment.
+ To learn more about authentication and Google APIs, visit:
+ https://cloud.google.com/docs/authentication/getting-started
❯ src/tests/channelService.test.ts:49:7
|
|
src/tests/channelService.test.ts > ChannelService > addChannel > should call create with channel + createdAt:
functions/src/tests/channelService.test.ts#L28
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/tests/channelService.test.ts:28:5
|