Add back testUtilities.debug
This commit is contained in:
parent
3ff9b87a22
commit
0ab8ec34d0
4 changed files with 17 additions and 0 deletions
1
ts/window.d.ts
vendored
1
ts/window.d.ts
vendored
|
@ -281,6 +281,7 @@ declare global {
|
|||
assert: typeof assert;
|
||||
testUtilities: {
|
||||
setup: MochaOptions;
|
||||
debug: (info: unknown) => void;
|
||||
onTestEvent: (event: unknown) => void;
|
||||
initialize: () => Promise<void>;
|
||||
prepareTests: () => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue