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 0677cd6 commit ceede91Copy full SHA for ceede91
1 file changed
packages/metascraper-tiktok/test/index.js
@@ -33,6 +33,5 @@ test('from profile', async t => {
33
const html = await readFile(resolve(__dirname, 'fixtures/profile.html'))
34
const metascraper = createMetascraper()
35
const metadata = await metascraper({ url, html })
36
- console.log(metadata)
37
t.snapshot(metadata)
38
})
0 commit comments