Fix wrong source map test

Reviewed By: @javache
This commit is contained in:
Tadeu Zagallo 2015-10-05 11:12:00 -07:00 committed by facebook-github-bot-4
parent 7b514c63df
commit ad622f20f2
1 changed files with 1 additions and 1 deletions

View File

@ -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')
);
});