mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-11 08:35:42 -04:00
Fix
This commit is contained in:
@@ -22,7 +22,7 @@ async function createAuth(email: string, password: string) {
|
||||
if (err.response?.status === 400 || err.response?.data?.error?.message?.includes('EMAIL_EXISTS')) {
|
||||
return;
|
||||
}
|
||||
if (err.code === 'ECONNREFUSED') throw Error('Firebase emulator not running. Start with:\n yarn test:e2e:services\n')
|
||||
if (err.code === 'ECONNREFUSED') throw Error('Firebase emulator not running. Start it with:\n yarn test:e2e:services\n')
|
||||
console.log(err);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user