Skip to content

Commit 0fa7153

Browse files
committed
move option
1 parent cd903dc commit 0fa7153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wait-for.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ function waitFor(
2020
container = getDocument(),
2121
timeout = getConfig().asyncUtilTimeout,
2222
showOriginalStackTrace = getConfig().showOriginalStackTrace,
23+
stackTraceError,
2324
interval = 50,
2425
mutationObserverOptions = {
2526
subtree: true,
2627
childList: true,
2728
attributes: true,
2829
characterData: true,
2930
},
30-
stackTraceError,
3131
} = {},
3232
) {
3333
if (typeof callback !== 'function') {

0 commit comments

Comments
 (0)