Skip to content

Commit

Permalink
fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Ostheimer committed May 24, 2023
1 parent 03aa119 commit 2ccee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon-test-support/setup-global-a11y-hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface HookUnregister {
unregister: () => void;
}

let _unregisterHooks: HookUnregister[];
let _unregisterHooks: HookUnregister[] = [];

export const DEFAULT_A11Y_TEST_HELPER_NAMES: HelperName[] = [
'visit',
Expand Down

0 comments on commit 2ccee06

Please sign in to comment.