[tests][bridge] added source map support / stack trace conversion
This commit is contained in:
parent
c8e3be4388
commit
76b4399795
|
@ -32,7 +32,6 @@ export default class User {
|
||||||
constructor(auth: Auth, user: NativeUser) {
|
constructor(auth: Auth, user: NativeUser) {
|
||||||
this._auth = auth;
|
this._auth = auth;
|
||||||
this._user = user;
|
this._user = user;
|
||||||
throw new Error('Woops')
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue