[tests][crash] remove test focus
This commit is contained in:
parent
783dcc32cf
commit
3c1295131f
|
@ -1,4 +1,4 @@
|
||||||
describe.only('crash()', () => {
|
describe('crash()', () => {
|
||||||
describe('setCrashCollectionEnabled()', () => {
|
describe('setCrashCollectionEnabled()', () => {
|
||||||
it('true', async () => {
|
it('true', async () => {
|
||||||
await firebase.crash().setCrashCollectionEnabled(true);
|
await firebase.crash().setCrashCollectionEnabled(true);
|
||||||
|
|
Loading…
Reference in New Issue