rsnext/test/integration/import-assertion
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
..
pages Enable import assertion syntax parsing (#33750) 2022-03-06 20:41:22 +00:00
test test: organize react 18 tests (#36003) 2022-04-08 15:29:35 +00:00
data Enable import assertion syntax parsing (#33750) 2022-03-06 20:41:22 +00:00
data.d.ts Enable import assertion syntax parsing (#33750) 2022-03-06 20:41:22 +00:00
tsconfig.json Enable import assertion syntax parsing (#33750) 2022-03-06 20:41:22 +00:00