mirror of https://github.com/status-im/metro.git
parent
b7a1a59f54
commit
2950dd98b2
|
@ -96,7 +96,7 @@ describe('processRequest', () => {
|
||||||
requestHandler,
|
requestHandler,
|
||||||
'mybundle.map?runModule=true'
|
'mybundle.map?runModule=true'
|
||||||
).then(response =>
|
).then(response =>
|
||||||
expect(response).toEqual('"this is the source map"')
|
expect(response).toEqual('this is the source map')
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue