Storybook Helpers (#35158)

This commit is contained in:
Echo 2025-06-25 13:20:11 +02:00 committed by GitHub
commit c52848b444
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 288 additions and 25 deletions

View file

@ -1,4 +1,4 @@
import { render, fireEvent, screen } from 'mastodon/test_helpers';
import { render, fireEvent, screen } from '@/testing/rendering';
import Column from '../column';