Skip to content

Commit

Permalink
fix: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 7, 2019
1 parent 8d13ab5 commit a81002c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metascraper/test/unit/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ it('url is required', async () => {
}
})

it.only('escape is enabled by default', async () => {
it('escape is enabled by default', async () => {
const html = `
<!doctype html>
<html xmlns:og="http://ogp.me/ns#" lang="en">
Expand Down

0 comments on commit a81002c

Please sign in to comment.