mirror of https://github.com/status-im/metro.git
Fix test broken by D3516741
Reviewed By: astreet Differential Revision: D3517064 fbshipit-source-id: 8fe6fca1bc2c77872b1bf09bd114a3d490d9c834
This commit is contained in:
parent
8b00d98167
commit
1dcf2e0c7f
|
@ -398,7 +398,7 @@ describe('processRequest', () => {
|
||||||
describe('/symbolicate endpoint', () => {
|
describe('/symbolicate endpoint', () => {
|
||||||
pit('should symbolicate given stack trace', () => {
|
pit('should symbolicate given stack trace', () => {
|
||||||
const body = JSON.stringify({stack: [{
|
const body = JSON.stringify({stack: [{
|
||||||
file: 'foo.bundle?platform=ios',
|
file: 'http://foo.bundle?platform=ios',
|
||||||
lineNumber: 2100,
|
lineNumber: 2100,
|
||||||
column: 44,
|
column: 44,
|
||||||
customPropShouldBeLeftUnchanged: 'foo',
|
customPropShouldBeLeftUnchanged: 'foo',
|
||||||
|
|
Loading…
Reference in New Issue