add visual editor #3
Annotations
3 errors
tests/info_test.ts#L31
Expected:
{
"block": {
"block": 4,
"end": 2024-12-18T18:00:00.000Z,
"start": 2024-11-18T15:00:00.000Z,
},
"day": null,
"event": {
"end": 2024-11-29T15:00:00.000Z,
"name": "Fall Break",
"start": 2024-11-25T15:00:00.000Z,
},
"is_weekend": false,
"school_year": "2024-2025",
"week": null,
}
Received:
{
"block": {
"block": 4,
"end": 2024-12-18T18:00:00.000Z,
"start": 2024-11-18T15:00:00.000Z,
},
"day": null,
"event": {
"end": 2024-11-30T06:00:00.000Z,
"name": "Fall Break",
"start": 2024-11-25T06:00:00.000Z,
},
"is_weekend": false,
"school_year": "2024-2025",
"week": null,
}
at /home/runner/work/cornell-college-block-schedule/cornell-college-block-schedule/tests/info_test.ts:31:16
|
tests/info_test.ts#L37
Expected:
{
"block": {
"block": 4,
"end": 2024-12-18T18:00:00.000Z,
"start": 2024-11-18T15:00:00.000Z,
},
"day": 6,
"event": null,
"is_weekend": false,
"school_year": "2024-2025",
"week": 2,
}
Received:
{
"block": {
"block": 4,
"end": 2024-12-18T18:00:00.000Z,
"start": 2024-11-18T15:00:00.000Z,
},
"day": 5,
"event": null,
"is_weekend": false,
"school_year": "2024-2025",
"week": 2,
}
at /home/runner/work/cornell-college-block-schedule/cornell-college-block-schedule/tests/info_test.ts:37:16
|
|
The logs for this run have expired and are no longer available.
Loading