Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Sep 5, 2024
1 parent 4bdec59 commit f1fae34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ test('check if element ready before dom loaded', async t => {
t.is(await elementCheck, element);
});

test('shop checking if DOM was already ready', async t => {
test('stop checking if DOM was already ready', async t => {
const elementCheck = elementReady('#no-gonna-get-us', {
stopOnDomReady: true,
});
Expand Down

0 comments on commit f1fae34

Please sign in to comment.