We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b788776 commit 0f48b6dCopy full SHA for 0f48b6d
packages/firestore/test/integration/util/settings.ts
@@ -73,7 +73,9 @@ function parseTargetBackend(targetBackend: string): TargetBackend {
73
case 'prod':
74
return TargetBackend.PROD;
75
default:
76
- throw Error(`Unknown backend configuration ${targetBackend} used for integration tests.`);
+ throw Error(
77
+ `Unknown backend configuration ${targetBackend} used for integration tests.`
78
+ );
79
}
80
81
0 commit comments