mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
[tests][perf] setPerformanceCollectionEnabled should re-enable otherwise other tests fails
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user