rsnext/test/lib
Jiachi Liu de0bc57b6e
test: organize react 18 tests (#36003)
* Organize react 18 test cases, group invalid cases to speed up the regular test cases
* Add `runDevSuite` and `runProdSuite` for group next dev/prod test cases

```js
runDevSuite(name, appDir, {
  runTests: (context, env) => { ... },
  beforeAll,
  afterAll,
})

runProdvSuite(name, appDir, {
  runTests: (context, env) => { ... },
  beforeAll,
  afterAll,
})
```
2022-04-08 15:29:35 +00:00
..
browsers fix: add locale prefix to middleware preflight url (#35911) 2022-04-07 11:39:49 +00:00
next-modes Continue testing react v17 with e2e tests (#35787) 2022-03-31 17:35:00 -05:00
amp-test-utils.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
create-next-install.js Ensure eslint plugins dont conflict (#35667) 2022-03-28 12:31:30 -05:00
e2e-utils.ts Update default test timeouts for yarn install times (#35669) 2022-03-28 20:46:01 +00:00
flat-map-polyfill.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
next-test-utils.js test: organize react 18 tests (#36003) 2022-04-08 15:29:35 +00:00
next-webdriver.ts fix: add locale prefix to middleware preflight url (#35911) 2022-04-07 11:39:49 +00:00
react-17-require-hook.js Update repo to use react 18 by default (#35888) 2022-04-05 21:51:47 +00:00
with-react-17.js Update repo to use react 18 by default (#35888) 2022-04-05 21:51:47 +00:00