astro/packages/astro/test
Nate Moore ed0b46f96f
Fix pre-generated RSS URLs (#2443)
* Allow pre-generated urls to be passed in rss feeds

* Fix variable name

* Add isValidURL helper function

* Remove scary RegEx and tidy up code

* add test for using pregenerated urls

* fix: allow rss to be called multiple times

* test: normalize rss feed in test

* chore: add changeset

Co-authored-by: Zade Viggers <74938858+zadeviggers@users.noreply.github.com>
Co-authored-by: zadeviggers <zade.viggers@gmail.com>
2022-01-21 16:38:48 -06:00
..
benchmark Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
fixtures Fix pre-generated RSS URLs (#2443) 2022-01-21 16:38:48 -06:00
.eslintrc.cjs Chore: fix lint rules, add more error handling for unexpected cases (#177) 2021-05-06 14:57:14 -04:00
0-css.test.js Fix subpath support regressions (#2330) 2022-01-06 16:32:24 -05:00
astro-assets.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-attrs.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-basic.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-children.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-class-list.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-client-only.test.js Revert "Implement hydrated components in the static build (#2260)" (#2292) 2021-12-30 11:52:22 -05:00
astro-component-code.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-components.test.js 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04:00
astro-css-bundling-import.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-css-bundling-nested-layouts.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-css-bundling.test.js Fix subpath support regressions (#2330) 2022-01-06 16:32:24 -05:00
astro-doctype.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-dynamic.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-envs.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-expr.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-external-files.test.js 🚀 Astro Next (0.21.0) (#1406) 2021-10-29 15:30:22 -04:00
astro-fallback.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-get-static-paths.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-global.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-jsx.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-markdown-drafts.test.js Implement support for draft pages (#2392) 2022-01-19 15:18:51 -05:00
astro-markdown-plugins.test.js [ci] yarn format 2022-01-04 20:10:42 +00:00
astro-markdown.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-pageDirectoryUrl.test.js Fix subpath support regressions (#2330) 2022-01-06 16:32:24 -05:00
astro-pages.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-pagination.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-partial-html.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-public.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-scripts.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
astro-sitemap-rss.test.js Fix pre-generated RSS URLs (#2443) 2022-01-21 16:38:48 -06:00
astro-slots.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
builtins.test.js Fix formatting issues caused by release (#2261) 2021-12-23 12:41:55 -05:00
cli.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
config-validate.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
config.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
custom-elements.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
debug-component.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
dev-routing.test.js Fix dynamic routes for sites with subpath (#2299) 2022-01-04 13:22:06 -05:00
errors.test.js Don't run dev mode tests on windows (#2262) 2021-12-23 15:24:02 -05:00
fetch.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
lit-element.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
markdown.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
postcss.test.js Fix subpath support regressions (#2330) 2022-01-06 16:32:24 -05:00
preact-component.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
preview-routing.test.js Fix Astro Preview Pathing Issues (#2338) 2022-01-10 12:43:24 -05:00
react-component.test.js Don't run dev mode tests on windows (#2262) 2021-12-23 15:24:02 -05:00
remote-css.test.js Fixes includes remote @imports in inline styles (#2258) 2021-12-23 09:24:29 -05:00
route-manifest.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
sass.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
slots-preact.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
slots-react.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
slots-solid.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
slots-svelte.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
slots-vue.test.js Use accessible indentation (#2253) 2021-12-22 16:11:05 -05:00
solid-component.test.js Don't run dev mode tests on windows (#2262) 2021-12-23 15:24:02 -05:00
static-build-code-component.test.js [ci] yarn format 2022-01-07 21:29:41 +00:00
static-build-frameworks.test.js [ci] yarn format 2022-01-14 19:04:47 +00:00
static-build.test.js [ci] yarn format 2022-01-21 00:14:18 +00:00
svelte-component.test.js Don't run dev mode tests on windows (#2262) 2021-12-23 15:24:02 -05:00
test-utils.js Resolve sitemap URLs in relation to full site path (#2423) 2022-01-20 19:27:47 -05:00
vue-component.test.js Don't run dev mode tests on windows (#2262) 2021-12-23 15:24:02 -05:00