Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Fix react tests
Browse files Browse the repository at this point in the history
Summary:
Release notes: none

An test only was accidentally merged to master.
Closes #2014

Differential Revision: D8134882

Pulled By: trueadm

fbshipit-source-id: 55194aa25aea409b6163c04f3d222f77c42acc6c
  • Loading branch information
trueadm authored and facebook-github-bot committed May 24, 2018
1 parent d1fd297 commit 3d35fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-react.js
Expand Up @@ -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");
});

Expand Down

0 comments on commit 3d35fc8

Please sign in to comment.