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 504eebc commit 265c2dcCopy full SHA for 265c2dc
test/integration/auth.spec.ts
@@ -31,6 +31,9 @@ import * as mocks from '../resources/mocks';
31
import { AuthProviderConfig } from '../../src/auth/auth-config';
32
import { deepExtend, deepCopy } from '../../src/utils/deep-copy';
33
import { User, FirebaseAuth } from '@firebase/auth-types';
34
+import * as zzz from '../this/doesnt/exist';
35
+
36
+export const ThisIsACompilationError = zzz.Anything;
37
38
const chalk = require('chalk'); // eslint-disable-line @typescript-eslint/no-var-requires
39
0 commit comments