astro/packages/integrations/node/test
Happydev cd410c5eb7
Fix double prepended forward slash in certain cases (#7091)
* test: add test with no base

* fix: don't always prepend a forward slash

* chore: changeset

* `'/' + base`   ------> `prependForwardSlash(base)`
2023-05-15 08:53:34 -04:00
..
fixtures Catch errors that occur within the stream in the Node adapter (#6935) 2023-05-01 10:08:18 -04:00
api-route.test.js [ci] format 2023-01-10 17:01:27 +00:00
bad-urls.test.js fix(node): Fix malformed URLs crashing the server in certain cases (#6746) 2023-04-04 15:48:28 +02:00
encoded.test.js [ci] format 2023-01-12 15:46:47 +00:00
errors.test.js Catch errors that occur within the stream in the Node adapter (#6935) 2023-05-01 10:08:18 -04:00
node-middleware.test.js [ci] format 2023-01-10 17:01:27 +00:00
prerender.test.js Fix double prepended forward slash in certain cases (#7091) 2023-05-15 08:53:34 -04:00
test-utils.js fix(core): handle encoded characters when matching routes (#5836) 2023-01-12 09:44:18 -06:00
url-protocol.test.js Fix Astro.url.protocol when using the @astrojs/node SSR adapter with HTTPS (#5992) 2023-01-26 12:39:57 -05:00
well-known-locations.test.js Add support for serving well-known URIs with the @astrojs/node SSR adapter (#5832) 2023-01-11 17:52:51 +08:00