We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faafa5f commit fc465e8Copy full SHA for fc465e8
packages-exp/auth-exp/test/helpers/integration/emulator_rest_helpers.ts
@@ -15,6 +15,7 @@
15
* limitations under the License.
16
*/
17
18
+// eslint-disable-next-line import/no-extraneous-dependencies
19
import { Auth } from '@firebase/auth-exp';
20
import { getApps } from '@firebase/app-exp';
21
packages-exp/auth-exp/test/integration/flows/phone.test.ts
@@ -61,7 +61,7 @@ const PHONE_B = {
61
code: '654321'
62
};
63
64
-describe.only('Integration test: phone auth', () => {
+describe('Integration test: phone auth', () => {
65
let auth: Auth;
66
let verifier: RecaptchaVerifier;
67
let fakeRecaptchaContainer: HTMLElement;
0 commit comments