mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
Fix wrong source map test
Reviewed By: @javache
This commit is contained in:
parent
7b514c63df
commit
ad622f20f2
@ -96,7 +96,7 @@ describe('processRequest', () => {
|
||||
requestHandler,
|
||||
'mybundle.map?runModule=true'
|
||||
).then(response =>
|
||||
expect(response).toEqual('"this is the source map"')
|
||||
expect(response).toEqual('this is the source map')
|
||||
);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user