Skip to content

Commit

Permalink
improve: remove console.log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed Jan 28, 2022
1 parent 1292cd0 commit 3e45dc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ test('compile the MathJax test', async (t) => {

const textContent = await getPdfTextContent(pdf.content);

console.log({ textContent });

t.true(textContent.startsWith('Formulas with MathJax'));
t.regex(textContent, /a\s≠\s0/);
});
Expand Down

0 comments on commit 3e45dc7

Please sign in to comment.