rsnext/test/integration/export
Sukka 093288c9d7
fix(#30300): force export 404.html (#36827)
## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

The PR fixes #30300.

The previous integration test case only checks if `/out/404.html` exists. However, the test passes since `/out/404.html/index.html` is being exported instead.
The PR changes that by checking if a given path exists and is a file.
2022-05-11 18:44:25 +00:00
..
components Format missed files (#7464) 2019-05-29 18:19:32 -07:00
pages Fix bug where returning { notFound: true } from GSP broke next export (#24481) 2021-09-18 10:20:45 -05:00
public/about Match public files priority in dev (#8641) 2019-09-16 23:06:30 +02:00
static/data Add support for /public (#7213) 2019-05-03 11:57:47 -05:00
test fix(#30300): force export 404.html (#36827) 2022-05-11 18:44:25 +00:00
.gitignore Move next export into it's own directory (#5084) 2018-09-04 11:21:00 +02:00
next.config.js Update to reject when test command fails (#13722) 2020-06-09 18:28:15 +00:00