Skip to content

Commit fc465e8

Browse files
committed
es lint
1 parent faafa5f commit fc465e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages-exp/auth-exp/test/helpers/integration/emulator_rest_helpers.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
// eslint-disable-next-line import/no-extraneous-dependencies
1819
import { Auth } from '@firebase/auth-exp';
1920
import { getApps } from '@firebase/app-exp';
2021

packages-exp/auth-exp/test/integration/flows/phone.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const PHONE_B = {
6161
code: '654321'
6262
};
6363

64-
describe.only('Integration test: phone auth', () => {
64+
describe('Integration test: phone auth', () => {
6565
let auth: Auth;
6666
let verifier: RecaptchaVerifier;
6767
let fakeRecaptchaContainer: HTMLElement;

0 commit comments

Comments
 (0)