We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4583ec5 commit 21a3be0Copy full SHA for 21a3be0
test/e2e/tests/identity_tests.dart
@@ -21,10 +21,8 @@ void runIdentityTests(
21
AuthClient Function() getAuthClient,
22
EmulatorHelper Function() getEmulator,
23
) {
24
- group(
25
- 'Identity Platform (Auth Blocking)',
26
- skip: 'Auth emulator only supports beforeCreate/beforeSignIn',
27
- () {
+ group('Identity Platform (Auth Blocking)',
+ skip: 'Auth emulator only supports beforeCreate/beforeSignIn', () {
28
late AuthClient authClient;
29
late EmulatorHelper emulator;
30
0 commit comments