Untuck tests out of __tests__ directories, colocate with program files
This commit is contained in:
@@ -3,7 +3,7 @@ import React from 'react';
|
||||
import { storeOpen } from 'soapbox/jest/mock-stores';
|
||||
import { render, screen } from 'soapbox/jest/test-helpers';
|
||||
|
||||
import SignUpPanel from '../sign-up-panel';
|
||||
import SignUpPanel from './sign-up-panel';
|
||||
|
||||
describe('<SignUpPanel />', () => {
|
||||
it('doesn\'t render by default', () => {
|
||||
Reference in New Issue
Block a user