Update summaly

This commit is contained in:
Julia Johannesen 2025-04-27 13:31:27 -04:00
parent 0bb4e57b0c
commit 35df3944c1
No known key found for this signature in database
GPG key ID: 4A1377AF3E7FBC46
7 changed files with 62 additions and 116 deletions

View file

@ -6,7 +6,7 @@
import { describe, test, assert, afterEach } from 'vitest';
import { render, cleanup, type RenderResult } from '@testing-library/vue';
import './init';
import type { summaly } from '@misskey-dev/summaly';
import type { summaly } from '@transfem-org/summaly';
import { components } from '@/components/index.js';
import { directives } from '@/directives/index.js';
import MkUrlPreview from '@/components/MkUrlPreview.vue';