0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/packages/integrations/markdoc/test
Matt Kane abf9a89ac1 Implement legacy collections using glob (#11976)
* feat: support pattern arrays with glob

* wip

* feat: emulate legacy content collections

* Fixes

* Lint

* Correctly handle legacy data

* Fix tests

* Switch flag handling

* Fix warnings

* Add layout warning

* Update fixtures

* More tests!

* Handle empty md files

* Lockfile

* Dedupe name

* Handle data ID unslug

* Fix e2e

* Clean build

* Clean builds in tests

* Test fixes

* Fix test

* Fix typegen

* Fix tests

* Fixture updates

* Test updates

* Update changeset

* Test

* Remove wait in test

* Handle race condition

* Lock

* chore: changes from review

* Handle folders without config

* lint

* Fix test

* Update wording for auto-collections

* Delete legacyId

* Sort another fixture

* Rename flag to `legacy.collections`

* Apply suggestions from code review

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* Changes from review

* Apply suggestions from code review

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

* lockfile

* lock

---------

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-10-04 16:13:51 +01:00
..
fixtures Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
content-collections.test.js Implement legacy collections using glob (#11976) 2024-10-04 16:13:51 +01:00
headings.test.js
image-assets.test.js update formatter config (#11640) 2024-08-08 12:12:50 +02:00
propagated-assets.test.js
render-components.test.js [ci] format 2024-04-03 20:50:06 +00:00
render-extends-components.test.js fix(markdoc): use astro components defined with extends (#11846) 2024-08-27 16:49:04 +01:00
render-html.test.js update formatter config (#11640) 2024-08-08 12:12:50 +02:00
render-indented-components.test.js [ci] format 2024-04-03 20:50:06 +00:00
render.test.js [ci] format 2024-07-17 12:24:18 +00:00
syntax-highlighting.test.js update formatter config (#11640) 2024-08-08 12:12:50 +02:00
variables.test.js