test: fix test for mock #6
Annotations
3 errors and 1 warning
error: expect(received).toEqual(expected):
src/scraper/text.spec.ts#L14
[
+ "Label1",
+ "Label2",
- "Synonym1",
- "Synonym2",
"DefaultLabel1",
"DefaultLabel2"
]
- Expected - 2
+ Received + 2
at /home/runner/work/auto-label/auto-label/src/scraper/text.spec.ts:14:5
|
error: expect(received).toEqual(expected):
src/scraper/text.spec.ts#L38
[
+ "Label1",
+ "Label2",
- "Synonym1",
- "Synonym2",
"DefaultLabel1",
"DefaultLabel2"
]
- Expected - 2
+ Received + 2
at /home/runner/work/auto-label/auto-label/src/scraper/text.spec.ts:38:5
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|