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 b7a1a59f54
commit 2950dd98b2
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')
);
});