From 3d35fc8cbdcbbe59b8ef6e179d4ab69c183d8c10 Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Thu, 24 May 2018 02:32:33 -0700 Subject: [PATCH] Fix react tests Summary: Release notes: none An test only was accidentally merged to master. Closes https://github.com/facebook/prepack/pull/2014 Differential Revision: D8134882 Pulled By: trueadm fbshipit-source-id: 55194aa25aea409b6163c04f3d222f77c42acc6c --- scripts/test-react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-react.js b/scripts/test-react.js index 489450b2fa..6de66d60d3 100644 --- a/scripts/test-react.js +++ b/scripts/test-react.js @@ -344,7 +344,7 @@ function runTestSuite(outputJsx, shouldTranspileSource) { await runTest(directory, "simple-15.js"); }); - it.only("__reactCompilerDoNotOptimize", async () => { + it("__reactCompilerDoNotOptimize", async () => { await runTest(directory, "do-not-optimize.js"); });