Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 13, 2019
1 parent ad0ccb4 commit 4b71398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const metascraper = require('metascraper')([

describe('metascraper-logo', () => {
it('create an absolute favicon url if the logo is not present', async () => {
const html = ```
const html = `
<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -80,7 +80,7 @@ describe('metascraper-logo', () => {
<body>
</body>
</html>
```
`
const meta = await metascraper({ html, url }))
should(meta.log).be.equal("open graph value")
})
Expand Down

0 comments on commit 4b71398

Please sign in to comment.