Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
jshemas committed Feb 15, 2024
1 parent c0c599c commit de39744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe('basic', function () {
expect(response).to.be.an('Response');
});
});
it.only('Test README.md using the default Accept: text/html header - Should Return correct Open Graph Info', function () {
it('Test README.md using the default Accept: text/html header - Should Return correct Open Graph Info', function () {
return ogsRequire({ url: 'https://github.com/jshemas/openGraphScraper/blob/master/README.md' }).then(function ({ error, result, response }) {
console.log('error:', error);
console.log('result:', result);
Expand Down

0 comments on commit de39744

Please sign in to comment.