Untuck tests out of __tests__ directories, colocate with program files
This commit is contained in:
@ -3,7 +3,7 @@ import React from 'react';
|
||||
import { updateNotifications } from 'soapbox/actions/notifications';
|
||||
import { render, screen, rootState, createTestStore } from 'soapbox/jest/test-helpers';
|
||||
|
||||
import Notification from '../notification';
|
||||
import Notification from './notification';
|
||||
|
||||
/** Prepare the notification for use by the component */
|
||||
const normalize = (notification: any) => {
|
||||
Reference in New Issue
Block a user