[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
1 changed files with 2 additions and 0 deletions

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 () => {