build(deps): Upgrade typescript-eslint monorepo to v6.9.0 #2675
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Tests annotations (🧪 jest-coverage-report-action)
failed
Oct 30, 2023 in 0s
Test suite run failed
Failed tests: 2/331. Failed suites: 2/27.
Details
Created failed tests' annotations. To disable them, see documentation.
● Audible API › When parsing Scorcerers Stone › returned the correct data
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 2
@@ -74,8 +74,9 @@
"seriesSecondary": Object {
"asin": "B07CM5ZDJL",
"name": "Wizarding World Collection",
"position": "1",
},
- "summary": "<p><b><i>Harry Potter and the Sorcerer’s Stone </i></b><b>will be streaming in Audible Plus through August 4th, 2023.</b></p> <p>Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.</p> <p>Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!</p> <p>Having become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.</p>",
+ "subtitle": undefined,
+ "summary": "<p>Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.</p> <p>Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!</p> <p>Having become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.</p>",
"title": "Harry Potter and the Sorcerer's Stone, Book 1",
}
101 |
102 | it('returned the correct data', () => {
> 103 | expect(response).toEqual(minimalParsed)
| ^
104 | })
105 | })
106 | })
at Object.<anonymous> (tests/audible/books/api.test.ts:103:21)
● Audible API and HTML Parsing › When stitching together Scorcerers Stone › returned the correct data
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 2
@@ -74,8 +74,9 @@
"seriesSecondary": Object {
"asin": "B07CM5ZDJL",
"name": "Wizarding World Collection",
"position": "1",
},
- "summary": "<p><b><i>Harry Potter and the Sorcerer’s Stone </i></b><b>will be streaming in Audible Plus through August 4th, 2023.</b></p> <p>Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.</p> <p>Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!</p> <p>Having become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.</p>",
+ "subtitle": undefined,
+ "summary": "<p>Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.</p> <p>Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!</p> <p>Having become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.</p>",
"title": "Harry Potter and the Sorcerer's Stone, Book 1",
}
32 |
33 | it('returned the correct data', () => {
> 34 | expect(response).toEqual(combinedB017V4IM1G)
| ^
35 | })
36 |
37 | it('returned the correct chapters', () => {
at Object.<anonymous> (tests/audible/books/stitch.test.ts:34:21)
Annotations
Check failure on line 102 in tests/audible/books/api.test.ts
github-actions / Tests annotations (🧪 jest-coverage-report-action)
Audible API > When parsing Scorcerers Stone > returned the correct data
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 2
@@ -74,8 +74,9 @@
"seriesSecondary": Object {
"asin": "B07CM5ZDJL",
"name": "Wizarding World Collection",
"position": "1",
},
- "summary": "<p><b><i>Harry Potter and the Sorcerer’s Stone </i></b><b>will be streaming in Audible Plus through August 4th, 2023.</b></p> <p>Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.</p> <p>Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!</p> <p>Having become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.</p>",
+ "subtitle": undefined,
+ "summary": "<p>Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.</p> <p>Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!</p> <p>Having become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.</p>",
"title": "Harry Potter and the Sorcerer's Stone, Book 1",
}
at Object.<anonymous> (/home/runner/work/audnexus/audnexus/tests/audible/books/api.test.ts:103:21)
at Promise.then.completed (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:298:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:231:10)
at _callCircusTest (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:316:40)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async _runTest (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:252:3)
at async _runTestsForDescribeBlock (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:126:9)
at async _runTestsForDescribeBlock (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
at async _runTestsForDescribeBlock (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
at async run (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:71:3)
at async runAndTransformResultsToJestFormat (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
at async jestAdapter (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
at async runTestInternal (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:367:16)
at async runTest (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:444:34)
Check failure on line 33 in tests/audible/books/stitch.test.ts
github-actions / Tests annotations (🧪 jest-coverage-report-action)
Audible API and HTML Parsing > When stitching together Scorcerers Stone > returned the correct data
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 2
@@ -74,8 +74,9 @@
"seriesSecondary": Object {
"asin": "B07CM5ZDJL",
"name": "Wizarding World Collection",
"position": "1",
},
- "summary": "<p><b><i>Harry Potter and the Sorcerer’s Stone </i></b><b>will be streaming in Audible Plus through August 4th, 2023.</b></p> <p>Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.</p> <p>Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!</p> <p>Having become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.</p>",
+ "subtitle": undefined,
+ "summary": "<p>Turning the envelope over, his hand trembling, Harry saw a purple wax seal bearing a coat of arms; a lion, an eagle, a badger and a snake surrounding a large letter 'H'.</p> <p>Harry Potter has never even heard of Hogwarts when the letters start dropping on the doormat at number four, Privet Drive. Addressed in green ink on yellowish parchment with a purple seal, they are swiftly confiscated by his grisly aunt and uncle. Then, on Harry's eleventh birthday, a great beetle-eyed giant of a man called Rubeus Hagrid bursts in with some astonishing news: Harry Potter is a wizard, and he has a place at Hogwarts School of Witchcraft and Wizardry. An incredible adventure is about to begin!</p> <p>Having become classics of our time, the Harry Potter stories never fail to bring comfort and escapism. With their message of hope, belonging and the enduring power of truth and love, the story of the Boy Who Lived continues to delight generations of new listeners.</p>",
"title": "Harry Potter and the Sorcerer's Stone, Book 1",
}
at Object.<anonymous> (/home/runner/work/audnexus/audnexus/tests/audible/books/stitch.test.ts:34:21)
at Promise.then.completed (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:298:28)
at new Promise (<anonymous>)
at callAsyncCircusFn (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:231:10)
at _callCircusTest (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:316:40)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async _runTest (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:252:3)
at async _runTestsForDescribeBlock (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:126:9)
at async _runTestsForDescribeBlock (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
at async _runTestsForDescribeBlock (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
at async run (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:71:3)
at async runAndTransformResultsToJestFormat (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
at async jestAdapter (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
at async runTestInternal (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:367:16)
at async runTest (/home/runner/work/audnexus/audnexus/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:444:34)
Loading