Add back testUtilities.debug

This commit is contained in:
trevor-signal 2024-07-02 15:56:40 -04:00 committed by GitHub
parent 3ff9b87a22
commit 0ab8ec34d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 0 deletions

1
ts/window.d.ts vendored
View file

@ -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;