mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-24 13:54:12 +02:00
refactor(frontend): scripts -> utility
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import { expect, userEvent, within } from '@storybook/test';
|
||||
import type { StoryObj } from '@storybook/vue3';
|
||||
import MkA from './MkA.vue';
|
||||
import { tick } from '@/scripts/test-utils.js';
|
||||
import { tick } from '@/utility/test-utils.js';
|
||||
export const Default = {
|
||||
render(args) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user