Fix react tests (#2109)

Summary:
Release notes: none

Fixes the React tests, not to skip.
Closes https://github.com/facebook/prepack/pull/2109

Differential Revision: D8359944

Pulled By: trueadm

fbshipit-source-id: bf1ed3a19fb1c5a949e726a4faa38bfecee69f0a
This commit is contained in:
Dominic Gannaway 2018-06-11 11:56:46 -07:00 committed by Facebook Github Bot
parent 0a41e05032
commit 6fc554f5c3

View File

@ -784,7 +784,7 @@ function runTestSuite(outputJsx, shouldTranspileSource) {
await runTest(directory, "react-context3.js");
});
it.only("React Context 4", async () => {
it("React Context 4", async () => {
await runTest(directory, "react-context4.js");
});