mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-03 23:34:10 +02:00
test: add /@:acct stories (#10517)
* test: add `/@:acct` stories * test: add mocks
This commit is contained in:
committed by
GitHub
parent
59d0d507d5
commit
2b19e1f732
@@ -398,6 +398,7 @@ function toStories(component: string): string {
|
||||
Promise.all([
|
||||
glob('src/components/global/*.vue'),
|
||||
glob('src/components/MkGalleryPostPreview.vue'),
|
||||
glob('src/pages/user/home.vue'),
|
||||
])
|
||||
.then((globs) => globs.flat())
|
||||
.then((components) => Promise.all(components.map((component) => {
|
||||
|
||||
Reference in New Issue
Block a user