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