2
0
mirror of synced 2025-02-20 10:08:13 +00:00

[tests][perf] setPerformanceCollectionEnabled should re-enable otherwise other tests fails

This commit is contained in:
Salakar 2018-08-18 23:56:40 +01:00
parent 7bebdbed7f
commit 986ad18ae7

View File

@ -6,6 +6,8 @@ describe('perf()', () => {
it('false', async () => {
await firebase.perf().setPerformanceCollectionEnabled(false);
await firebase.perf().setPerformanceCollectionEnabled(true);
await device.launchApp({ newInstance: true });
});
it('errors if not boolean', async () => {