File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
packages-exp/auth-exp/test/integration/webdriver Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 18
18
// eslint-disable-next-line import/no-extraneous-dependencies
19
19
import { UserCredential } from '@firebase/auth-exp' ;
20
20
import { expect } from 'chai' ;
21
- import { User } from '../../../internal' ;
22
21
import { createAnonAccount } from '../../helpers/integration/emulator_rest_helpers' ;
23
22
import { API_KEY } from '../../helpers/integration/settings' ;
24
- import {
25
- AnonFunction ,
26
- CoreFunction ,
27
- PersistenceFunction
28
- } from './util/functions' ;
23
+ import { AnonFunction , PersistenceFunction } from './util/functions' ;
29
24
import { browserDescribe } from './util/test_runner' ;
30
25
31
26
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
You can’t perform that action at this time.
0 commit comments