rsnext/test
Joe Haddad 8b72b9e2de
[Experimental] Do not type check twice (#13419)
The experimental modern mode runs the type checking plugin twice, which **occasionally** suffers from a race condition that hangs the build.

This PR fixes type checking to only be run once.

While this test cannot 100% reproduce/capture the race condition, I don't feel strongly about the test case:

- We're planning on eliminating this type checking plugin ASAP (for a faster alternative)
- Modern mode implementation as-is will probably go away with webpack 5
2020-05-27 02:58:16 +00:00
..
.stats-app Add stats config for load tests (#11868) 2020-04-13 22:00:12 -04:00
acceptance Better formatted Sass errors (#13211) 2020-05-22 05:25:02 +00:00
eslint-plugin-next bug fixes for Lint routing (#13111) 2020-05-21 23:42:20 +00:00
integration [Experimental] Do not type check twice (#13419) 2020-05-27 02:58:16 +00:00
isolated Ignore nullish user configs (#10250) 2020-05-22 16:46:36 +00:00
lib Stabilize config tests (#13116) 2020-05-19 18:42:41 -04:00
unit Eliminate array destructuring assignment (#13151) 2020-05-20 17:13:31 +00:00
.babelrc Use preset-react's development option + enable modules transform in test env (#5081) 2018-09-03 16:41:52 +02:00
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
jest-environment.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
jest-global-setup.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
jest-global-teardown.js Update CI/test set up (#9499) 2019-11-25 13:19:45 -05:00
jest-setup-after-env.js Only retry tests on CI (#12998) 2020-05-17 12:10:02 -04:00
test-file.txt Add additional file serving tests (#12479) 2020-05-04 11:58:19 -05:00
tsconfig.json Update tsconfig for tests 2020-01-21 15:29:39 -06:00