Skip to content

Commit

Permalink
Purposely introduce an integration test compilation error (that passe…
Browse files Browse the repository at this point in the history
…s lint!)
  • Loading branch information
rsgowman committed Mar 3, 2020
1 parent 504eebc commit 265c2dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/auth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ import * as mocks from '../resources/mocks';
import { AuthProviderConfig } from '../../src/auth/auth-config';
import { deepExtend, deepCopy } from '../../src/utils/deep-copy';
import { User, FirebaseAuth } from '@firebase/auth-types';
import * as zzz from '../this/doesnt/exist';

export const ThisIsACompilationError = zzz.Anything;

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

Expand Down

0 comments on commit 265c2dc

Please sign in to comment.