Skip to content

Commit 265c2dc

Browse files
committed
Purposely introduce an integration test compilation error (that passes lint!)
1 parent 504eebc commit 265c2dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/auth.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ import * as mocks from '../resources/mocks';
3131
import { AuthProviderConfig } from '../../src/auth/auth-config';
3232
import { deepExtend, deepCopy } from '../../src/utils/deep-copy';
3333
import { User, FirebaseAuth } from '@firebase/auth-types';
34+
import * as zzz from '../this/doesnt/exist';
35+
36+
export const ThisIsACompilationError = zzz.Anything;
3437

3538
const chalk = require('chalk'); // eslint-disable-line @typescript-eslint/no-var-requires
3639

0 commit comments

Comments
 (0)