summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/astro-content-css/package.json
diff options
context:
space:
mode:
authorGravatar wulinsheng123 <409187100@qq.com> 2023-05-30 20:05:48 +0800
committerGravatar GitHub <noreply@github.com> 2023-05-30 08:05:48 -0400
commitcf621340b00fda441f4ef43196c0363d09eae70c (patch)
treee3fc963ba6dced58b7657b7cdedaed5c80f49c3b /packages/integrations/mdx/test/fixtures/astro-content-css/package.json
parent29da199e9a11db7e7767e559d3344276f8b9a17e (diff)
downloadastro-cf621340b00fda441f4ef43196c0363d09eae70c.tar.gz
astro-cf621340b00fda441f4ef43196c0363d09eae70c.tar.zst
astro-cf621340b00fda441f4ef43196c0363d09eae70c.zip
Bug 6672 (#7062)
* fix miss a head when the templaterender has a promise * fix * add some test * test files move to md directory * fix add * delect file --------- Co-authored-by: wuls <linsheng.wu@beantechs.com>
Diffstat (limited to 'packages/integrations/mdx/test/fixtures/astro-content-css/package.json')
-rw-r--r--packages/integrations/mdx/test/fixtures/astro-content-css/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/integrations/mdx/test/fixtures/astro-content-css/package.json b/packages/integrations/mdx/test/fixtures/astro-content-css/package.json
new file mode 100644
index 000000000..8d436998c
--- /dev/null
+++ b/packages/integrations/mdx/test/fixtures/astro-content-css/package.json
@@ -0,0 +1,9 @@
+{
+ "name": "@test/astro-content-css",
+ "version": "0.0.0",
+ "private": true,
+ "dependencies": {
+ "astro": "workspace:*",
+ "@astrojs/mdx": "workspace:*"
+ }
+}