We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32c6d2 commit 1a9ca63Copy full SHA for 1a9ca63
packages/rules-unit-testing/src/util.ts
@@ -72,7 +72,7 @@ export async function withFunctionTriggersDisabled<TResult>(
72
if (!hub) {
73
throw new Error(
74
'Please specify the Emulator Hub host and port via arguments or set the environment ' +
75
- `varible ${EMULATOR_HOST_ENV_VARS.hub}!`
+ `variable ${EMULATOR_HOST_ENV_VARS.hub}!`
76
);
77
}
78
0 commit comments