Skip to content

Commit

Permalink
Fixed eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Oct 9, 2023
1 parent 2d0466e commit 79b17de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/tests/backend/specs/exportHTML.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('ep_headings2 - export headings to HTML', function () {

it('returns HTML with Multiple Headings HTML tags', function (done) {
try {
// eslint-disable-next-line node/no-extraneous-require, node/no-missing-require
// eslint-disable-next-line n/no-extraneous-require, n/no-missing-require
require.resolve('ep_align');
agent.get(getHTMLEndPointFor(padID))
.expect((res) => {
Expand Down

0 comments on commit 79b17de

Please sign in to comment.