🚀 Deploy #4
deploy.yml
on: workflow_dispatch
🧪 Test
17s
🚀 Deploy
0s
Annotations
5 errors
test/index.spec.ts > Hello World worker > post request url:
test/index.spec.ts#L36
AssertionError: expected 401 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 401
❯ test/index.spec.ts:36:27
|
test/index.spec.ts > Hello World worker > post request url without shortCode:
test/index.spec.ts#L53
SyntaxError: Unexpected token 'U', "Unauthorized" is not valid JSON
❯ test/index.spec.ts:53:24
|
test/index.spec.ts > Hello World worker > post request url:
test/index.spec.ts#L72
AssertionError: expected 401 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 401
❯ test/index.spec.ts:72:27
|
test/index.spec.ts > Hello World worker > post request url without shortCode:
test/index.spec.ts#L89
SyntaxError: Unexpected token 'U', "Unauthorized" is not valid JSON
❯ test/index.spec.ts:89:24
|
🧪 Test
Process completed with exit code 1.
|