rsnext/test
Sukka e1cb7f74c5
fix: disable css cache busting in production (#41392)
Continuation of #39664 The PR removes `?ts=` in the production mode.
The corresponding e2e test case is also added.

cc @shuding
2022-10-13 16:28:29 +00:00
..
.stats-app Fix PR stats from experimental react (#41112) 2022-10-02 17:47:55 -07:00
__mocks__ Update Edge Runtime (#38862) 2022-07-21 18:29:19 +00:00
development Font loader with babel error (#41151) 2022-10-05 22:14:31 -07:00
e2e fix: disable css cache busting in production (#41392) 2022-10-13 16:28:29 +00:00
integration Fix onLoad prop in next/future/image (#41374) 2022-10-12 20:36:33 -07:00
lib Add Replay integration for dev e2e tests (#40955) 2022-09-29 14:45:10 -07:00
production fix(standalone): support type: "module" (#41268) 2022-10-11 17:04:37 +02:00
unit Reduce remote requests in google fonts (#41306) 2022-10-11 13:38:29 -07:00
.gitignore
jest-setup-after-env.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
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 Add additional file serving tests (#12479) 2020-05-04 11:58:19 -05:00

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