Untuck tests out of __tests__ directories, colocate with program files
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
import React from 'react';
|
||||
|
||||
import { render, screen } from '../../../../jest/test-helpers';
|
||||
import { Column } from '../column';
|
||||
import { render, screen } from 'soapbox/jest/test-helpers';
|
||||
|
||||
import { Column } from './column';
|
||||
|
||||
describe('<Column />', () => {
|
||||
it('renders correctly with minimal props', () => {
|
||||
Reference in New Issue
Block a user