Skip to content

Commit

Permalink
Update test/browser/fixture.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Stacey Van Herk <[email protected]>
  • Loading branch information
dlockhart and svanherk authored Aug 1, 2023
1 parent 44e6b8b commit 7c1829a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/fixture.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('fixture', () => {
expect(config.renderLatex).to.be.true;
});

it('should should reset mathjax latex config', async() => {
it('should reset mathjax latex config', async() => {
await fixture(html`<p>hello</p>`, { mathjax: { renderLatex: true } });
await fixture(html`<p>hello</p>`);
expect(document.documentElement.hasAttribute('data-mathjax-context')).to.be.false;
Expand Down

0 comments on commit 7c1829a

Please sign in to comment.