File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages-exp/auth-exp/test/integration/flows Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ import {
8
8
import { OperationType } from '@firebase/auth-types-exp' ;
9
9
import { FirebaseError } from '@firebase/util' ;
10
10
11
- import { describeIntegration , randomEmail } from '../../helpers/integration/with_test_instance ' ;
11
+ import { initIntegrationTestContext , randomEmail } from '../../helpers/integration/helpers ' ;
12
12
13
13
use ( chaiAsPromised ) ;
14
14
15
- describeIntegration ( 'anonymous auth' , auth => {
15
+ describe ( 'Integration test: anonymous auth' , ( ) => {
16
+ const auth = initIntegrationTestContext ( ) ;
17
+
16
18
it ( 'signs in anonymously' , async ( ) => {
17
19
const userCred = await signInAnonymously ( auth ) ;
18
20
expect ( auth . currentUser ) . to . eq ( userCred . user ) ;
You can’t perform that action at this time.
0 commit comments