We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df1a78 commit b1bb5fdCopy full SHA for b1bb5fd
src/lib/components/anchor-fm.test.ts
@@ -15,4 +15,15 @@ describe('AnchorFm', () => {
15
const { container } = render(AnchorFm)
16
expect(container).toBeTruthy()
17
})
18
+
19
+ it.skip('has episode url', async () => {
20
+ const { container } = render(AnchorFm, {
21
+ episodeUrl:
22
+ 'purrfect-dev/embed/episodes/1-31---Delivering-Digital-Content-with-GraphCMS-e14g55c/a-a650v9a',
23
+ })
24
25
+ expect(container.querySelectorAll('h2')).toBe(
26
+ '1.31 - Delivering Digital Content with GraphCMS'
27
+ )
28
29
0 commit comments