Skip to content

Commit

Permalink
Fix ESLint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapelianovych committed Jan 13, 2024
1 parent 678171f commit 6cc73cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/pseudo-global-variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
.assert.textEquals('#dirname', dirname(absolutePathToFilenameInsideLayoutsFolder))
.assert.textEquals('#test-require', 'some text')
.assert.textEquals('#test-import', 'some text')
.assert.textEquals('#page-url', `/globals.html`)
.assert.textEquals('#page-url', '/globals.html')
.assert.textContains('#page-content', `What is ${basename(tmpDir)}`);
});
});

0 comments on commit 6cc73cd

Please sign in to comment.