add visual editor #3
Annotations
5 errors
tests/info_test.ts.handles breaks in blocks:
tests/info_test.ts#L1
handles breaks in blocks
|
tests/info_test.ts.handles breaks in blocks on return:
tests/info_test.ts#L1
handles breaks in blocks on return
|
error: expect(received).toMatchSnapshot(expected):
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
|
error: expect(received).toMatchSnapshot(expected):
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
|
build
Process completed with exit code 1.
|