Refactor: Typescript and Testing #1
ci.yml
on: pull_request
lint
17s
typecheck
15s
Matrix: test
Annotations
6 errors
test/main.test.ts > action > should send telemetry info to endpoint:
test/main.test.ts#L35
Error: Snapshot `action > should send telemetry info to endpoint 1` mismatched
- Expected
+ Received
[
{
"assignment": "mp-mazes",
"autograding_status": "success",
- "date": "2024-01-01T06:00:00.000Z",
+ "date": "2024-01-01T00:00:00.000Z",
"points": "21/42",
},
]
❯ test/main.test.ts:35:43
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
test/main.test.ts > action > should send telemetry info to endpoint:
test/main.test.ts#L35
Error: Snapshot `action > should send telemetry info to endpoint 1` mismatched
- Expected
+ Received
[
{
"assignment": "mp-mazes",
"autograding_status": "success",
- "date": "2024-01-01T06:00:00.000Z",
+ "date": "2024-01-01T00:00:00.000Z",
"points": "21/42",
},
]
❯ test/main.test.ts:35:43
|
test (lts/*, macos-latest)
Process completed with exit code 1.
|
test/main.test.ts > action > should send telemetry info to endpoint:
test/main.test.ts#L35
Error: Snapshot `action > should send telemetry info to endpoint 1` mismatched
- Expected
+ Received
[
{
"assignment": "mp-mazes",
"autograding_status": "success",
- "date": "2024-01-01T06:00:00.000Z",
+ "date": "2024-01-01T00:00:00.000Z",
"points": "21/42",
},
]
❯ test/main.test.ts:35:43
|
test (lts/*, windows-latest)
Process completed with exit code 1.
|