Skip to content

Commit

Permalink
#26402 Adding test for meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelrojas committed Oct 10, 2023
1 parent a964359 commit 68c4f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ describe('DotSetMetaTagsService', () => {
});
});

it('should get description found', (done) => {
it('should og:description meta tag, and Meta Description not found!', (done) => {
const testDoc: Document = document.implementation.createDocument(
'http://www.w3.org/1999/xhtml',
'html',
Expand Down

0 comments on commit 68c4f90

Please sign in to comment.