Ignore test262 for Prettier (#2242)

Summary:
This will fix CI on master. I forgot it's possible to land a change internally without it passing the CI checks.
Pull Request resolved: https://github.com/facebook/prepack/pull/2242

Differential Revision: D8801741

Pulled By: gaearon

fbshipit-source-id: 454fcb29e023a502557b67e0ed12a304c4e5fabc
This commit is contained in:
Dan Abramov 2018-07-11 07:20:35 -07:00 committed by Facebook Github Bot
parent ec37b77b6e
commit 574411bb62

View File

@ -32,7 +32,7 @@ const config = {
},
jest: {
patterns: ["test/**/*.js"],
ignore: ["test/**/syntaxError.js"],
ignore: ["test/**/syntaxError.js", "test/test262/**/*.js"],
},
};