Skip to content

Commit f10a933

Browse files
committed
test: cover session and UI stores
1 parent 690e0e3 commit f10a933

182 files changed

Lines changed: 3088 additions & 5902 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.oxfmtrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"packages/registry-types/src/comfyRegistryTypes.ts",
1010
"public/materialdesignicons.min.css",
1111
"src/types/generatedManagerTypes.ts",
12-
"**/__fixtures__/**/*.json",
13-
"apps/website/src/content/**/*.mdx"
12+
"**/__fixtures__/**/*.json"
1413
]
1514
}

apps/website/astro.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { defineConfig } from 'astro/config'
2-
import mdx from '@astrojs/mdx'
32
import sitemap from '@astrojs/sitemap'
43
import vue from '@astrojs/vue'
54
import tailwindcss from '@tailwindcss/vite'
@@ -25,9 +24,6 @@ export default defineConfig({
2524
site: 'https://comfy.org',
2625
output: 'static',
2726
prefetch: { prefetchAll: true },
28-
// Keep MDX punctuation verbatim; SmartyPants would turn the source's straight
29-
// quotes into curly ones and drift from the rest of the site's copy.
30-
markdown: { smartypants: false },
3127
redirects: {
3228
'/cloud/enterprise-case-studies/comfyui-at-architectural-scale-how-moment-factory-reimagined-3d-projection-mapping':
3329
'/customers/moment-factory/',
@@ -41,7 +37,6 @@ export default defineConfig({
4137
devToolbar: { enabled: !process.env.NO_TOOLBAR },
4238
integrations: [
4339
vue(),
44-
mdx(),
4540
sitemap({
4641
filter: (page) => !isExcludedFromSitemap(page)
4742
})

apps/website/e2e/customers-detail.spec.ts

Lines changed: 0 additions & 73 deletions
This file was deleted.
-8 Bytes
Loading
-9 Bytes
Loading

apps/website/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
},
4141
"devDependencies": {
4242
"@astrojs/check": "catalog:",
43-
"@astrojs/mdx": "catalog:",
4443
"@astrojs/vue": "catalog:",
4544
"@playwright/test": "catalog:",
4645
"@tailwindcss/vite": "catalog:",
@@ -49,7 +48,6 @@
4948
"tsx": "catalog:",
5049
"tw-animate-css": "catalog:",
5150
"typescript": "catalog:",
52-
"vitest": "catalog:",
53-
"vue-component-type-helpers": "catalog:"
51+
"vitest": "catalog:"
5452
}
5553
}
Lines changed: 2 additions & 2 deletions
Loading
-2.45 MB
Binary file not shown.
-1.57 MB
Binary file not shown.
-1.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)