Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude authored Dec 14, 2024
1 parent 15a9e0a commit ba5e4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/saveArticles.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ describe('saveArticles', () => {

const articleDoc = domino.createDocument(result[0].html)

// Document has scripts that we added, but shouldn't have any with a `src`.
// Document has scripts that we added, but shouldn't have any without a `src` (inline).
const remainingInlineScripts = Array.from(articleDoc.querySelectorAll('script:not([src])'))
expect(remainingInlineScripts.length).toBe(0)
})
Expand Down

0 comments on commit ba5e4e1

Please sign in to comment.