feat(snowflake): snowflake integration #6290
Annotations
5 errors
|
Run tests with coverage
Process completed with exit code 1.
|
|
Run tests with coverage:
apps/sim/app/api/chat/[identifier]/route.test.ts#L370
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".
❯ app/api/chat/[identifier]/route.test.ts:370:5
|
|
Run tests with coverage:
apps/sim/app/api/auth/oauth/utils.test.ts#L254
AssertionError: expected "spy" to be called with arguments: [ 'google', 'refresh-token' ]
Received:
1st spy call:
[
"google",
"refresh-token",
+ undefined,
]
Number of calls: 1
❯ app/api/auth/oauth/utils.test.ts:254:37
|
|
Run tests with coverage:
apps/sim/app/api/auth/oauth/utils.test.ts#L166
AssertionError: expected "spy" to be called with arguments: [ 'google', 'refresh-token' ]
Received:
1st spy call:
[
"google",
"refresh-token",
+ undefined,
]
Number of calls: 1
❯ app/api/auth/oauth/utils.test.ts:166:37
|
|
Run tests with coverage
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|
Loading