Skip to content

Commit 14105fc

Browse files
authored
🗑 Fix Mocha deprecation warning (#347)
ignoreLeaks()" is DEPRECATED, please use "checkLeaks()" instead
1 parent 320f2a0 commit 14105fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/browser/asciidoctor-extension-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
mocha.setup({
1111
ui: 'bdd',
12-
ignoreLeaks: true,
12+
checkLeaks: false,
1313
reporter: reporter
1414
})
1515

0 commit comments

Comments
 (0)