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 4f3c660 commit 48d1989Copy full SHA for 48d1989
packages/metascraper-media-provider/test/video/index.js
@@ -30,7 +30,7 @@ const isCI = !!process.env.CI
30
})
31
32
;['https://www.instagram.com/p/BmYooZbhCfJ'].forEach(url => {
33
- ;(isCI ? test.skip : test)(url, async t => {
+ test.skip(url, async t => {
34
const metadata = await metascraper({ url })
35
debug(metadata.video)
36
t.true(isUrl(metadata.video))
0 commit comments