rsnext/test
Jiachi Liu 1e81af047d
Change metadata routes suffix to number and chars (#48026)
Follow up of #47985 

Change `-\d{6}` to `-[a-z0-9]{6}` which reduces the chance of hash
collision
2023-04-06 16:38:02 -07:00
..
.stats-app Remove serverComponents from next.conf.js because it's unused (#43805) 2022-12-07 15:57:03 +01:00
__mocks__ Update Edge Runtime (#38862) 2022-07-21 18:29:19 +00:00
development fix: handle error case for output: export in next dev (#47768) 2023-04-06 19:20:47 +02:00
e2e Change metadata routes suffix to number and chars (#48026) 2023-04-06 16:38:02 -07:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration fix: handle error case for output: export in next dev (#47768) 2023-04-06 19:20:47 +02:00
lib Replaced Reflect with ReflectAdapter (#48000) 2023-04-06 21:18:42 +02:00
production Update normalize revalidate params for named matches (#48032) 2023-04-06 19:20:05 +02:00
unit (Fix)(Tests)Fix typo in unit testing (#47644) 2023-04-01 22:23:15 -07:00
.gitignore Fix server html insertion target (#42591) 2022-11-07 18:16:13 +01:00
jest-setup-after-env.ts Increase CI test timeout (#47973) 2023-04-05 10:16:48 -07:00
jest.d.ts Adds tests to ensure eslint-plugin-next's available rules are properly exported and recommended rules are correctly defined. (#38183) 2022-06-30 11:31:33 -05:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt

See Testing for more information on how you can run/write/debug tests for Next.js.