summaryrefslogtreecommitdiff
path: root/test/astro-rss.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-04-30Migrate to `yarn` monorepo (#157)Gravatar Nate Moore 1-28/+0
* chore: use monorepo * chore: scaffold astro-scripts * chore: move tests inside packages/astro * chore: refactor tests, add scripts * chore: move parser to own module * chore: move runtime to packages/astro * fix: move parser to own package * test: fix prettier-plugin-astro tests * fix: tests * chore: update package-lock * chore: add changesets * fix: cleanup examples * fix: starter example * chore: update changeset config * chore: update changeset config * chore: setup changeset release workflow * chore: bump lockfiles * chore: prism => astro-prism * fix: tsc --emitDeclarationOnly * chore: final cleanup, switch to yarn * chore: add lerna * chore: update workflows to yarn * chore: update workflows * chore: remove lint workflow * chore: add astro-dev script * chore: add symlinked README
2021-04-30Fix RSS dategen (#156)Gravatar Drew Powers 1-2/+3
2021-04-30chore fix tests (#149)Gravatar duncanhealy 1-2/+2
* chore: fix import of astro/parser -> relative import * chore: fix snapshot for rss
2021-04-27Move the `request` object from import.meta to Astro (#134)Gravatar Matthew Phillips 1-2/+2
* Move the `request` object from import.meta to Astro This moves the `request` object to the Astro "global" (really just a render-level variable). * Document Astro.request
2021-04-26Update defaults directory structure to `src` and `dist` (#132)Gravatar Nate Moore 1-2/+2
* chore: update defaults in docs * chore: update config defaults * test: update tests to config defaults * chore: update gitignore to new defaults * docs: update readme to new defaults * chore: update examples to new defaults * chore: update default exclude in lang server * chore: update tests * test: fix failing tests * chore: update www defaults
2021-04-23Add RSS generation (#123)Gravatar Drew Powers 1-0/+27