[tests][bridge] added source map support / stack trace conversion

This commit is contained in:
Salakar 2018-03-25 22:23:02 +01:00
parent c8e3be4388
commit 76b4399795
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ export default class User {
constructor(auth: Auth, user: NativeUser) {
this._auth = auth;
this._user = user;
throw new Error('Woops')
}
/**