changes to move to new branch #22
Annotations
5 errors
error: expect(received).toEqual(expected):
tests/logic/log_note/getFill.test.ts#L263
{
created: [],
deleted: [],
modified: [
"a.md",
- "b.md",
"c.md",
+ "d.md",
+ "b.md"
- "d.md"
],
}
- Expected - 2
+ Received + 2
at /home/runner/work/obsidian-list-modified/obsidian-list-modified/tests/logic/log_note/getFill.test.ts:263:28
|
error: expect(received).toEqual(expected):
tests/logic/log_note/getFill.test.ts#L278
{
created: [],
deleted: [],
modified: [
+ "a.md",
+ "c.md",
"d.md",
+ "b.md"
- "c.md",
- "b.md",
- "a.md"
],
}
- Expected - 3
+ Received + 3
at /home/runner/work/obsidian-list-modified/obsidian-list-modified/tests/logic/log_note/getFill.test.ts:278:28
|
error: expect(received).toEqual(expected):
tests/logic/log_note/getFill.test.ts#L316
{
created: [],
deleted: [],
modified: [
+ "ctime-10.md",
+ "ctime-1000000000.md",
- "ctime-1.md",
"ctime-5.md",
+ "ctime-1.md"
- "ctime-10.md",
- "ctime-1000000000.md"
],
}
- Expected - 3
+ Received + 3
at /home/runner/work/obsidian-list-modified/obsidian-list-modified/tests/logic/log_note/getFill.test.ts:316:28
|
error: expect(received).toEqual(expected):
tests/logic/log_note/getFill.test.ts#L337
{
created: [],
deleted: [],
modified: [
+ "ctime-10.md",
"ctime-1000000000.md",
- "ctime-10.md",
"ctime-5.md",
"ctime-1.md"
],
}
- Expected - 1
+ Received + 1
at /home/runner/work/obsidian-list-modified/obsidian-list-modified/tests/logic/log_note/getFill.test.ts:337:28
|
build
Process completed with exit code 1.
|