Skip to content

Commit

Permalink
spelling: wrapped
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Dec 19, 2021
1 parent 17cee41 commit 8c5a644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/pure/web.timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ QUnit.test('setTimeout / clearTimeout', assert => {
timeLimitedPromise(50, resolve => {
clearTimeout(setTimeout(resolve, 10));
}).then(() => {
assert.avoid('clearImmediate works with wraped setTimeout');
assert.avoid('clearImmediate works with wrapped setTimeout');
}).catch(() => {
assert.required('clearImmediate works with wraped setTimeout');
assert.required('clearImmediate works with wrapped setTimeout');
}).then(assert.async());
});

Expand Down
4 changes: 2 additions & 2 deletions tests/tests/web.timers.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ QUnit.test('setTimeout / clearTimeout', assert => {
timeLimitedPromise(50, resolve => {
clearTimeout(setTimeout(resolve, 10));
}).then(() => {
assert.avoid('clearImmediate works with wraped setTimeout');
assert.avoid('clearImmediate works with wrapped setTimeout');
}).catch(() => {
assert.required('clearImmediate works with wraped setTimeout');
assert.required('clearImmediate works with wrapped setTimeout');
}).then(assert.async());
});

Expand Down

0 comments on commit 8c5a644

Please sign in to comment.