Merge pull request #2 from derwebcoder/tagnodes #26
Annotations
7 errors
src/scripts/db/SparkService.test.ts#L30
AssertionError: expected "spy" to be called with arguments: [ { …(5) } ]
Received:
1st spy call:
Array [
Object {
- "contextTags": Any<Array>,
- "creationDate": Any<Number>,
- "html": "<span>Sample spark content<span>",
- "plainText": "Sample spark content",
- "tags": Any<Array>,
+ "contextTags": Array [],
+ "creationDate": 1729010287675,
+ "html": "s",
+ "originalHtml": "<span>Sample spark content<span>",
+ "plainText": "spark",
+ "tags": Array [],
},
]
Number of calls: 1
❯ src/scripts/db/SparkService.test.ts:30:26
|
src/scripts/db/SparkService.ts#L47
TypeError: this.db.sparks.orderBy is not a function
❯ SparkService.listSparksWithTags src/scripts/db/SparkService.ts:47:5
❯ src/scripts/db/SparkService.test.ts:63:23
|
src/scripts/utils/stringUtils.ts#L74
TypeError: Cannot read properties of undefined (reading 'split')
❯ Module.extractTags src/scripts/utils/stringUtils.ts:74:28
❯ src/scripts/utils/stringUtils.test.ts:11:4
|
src/scripts/utils/stringUtils.ts#L74
TypeError: Cannot read properties of undefined (reading 'split')
❯ Module.extractTags src/scripts/utils/stringUtils.ts:74:28
❯ src/scripts/utils/stringUtils.test.ts:25:4
|
src/scripts/utils/stringUtils.ts#L74
TypeError: Cannot read properties of undefined (reading 'split')
❯ Module.extractTags src/scripts/utils/stringUtils.ts:74:28
❯ src/scripts/utils/stringUtils.test.ts:39:4
|
src/scripts/utils/stringUtils.ts#L74
TypeError: Cannot read properties of undefined (reading 'split')
❯ Module.extractTags src/scripts/utils/stringUtils.ts:74:28
❯ src/scripts/utils/stringUtils.test.ts:53:4
|
|
The logs for this run have expired and are no longer available.
Loading