Untuck tests out of __tests__ directories, colocate with program files

This commit is contained in:
Alex Gleason
2023-10-02 14:27:40 -05:00
parent 645ce60a5f
commit 3f640e9797
160 changed files with 223 additions and 681 deletions

View File

@@ -6,11 +6,11 @@ import {
entitiesFetchSuccess,
importEntities,
incrementEntities,
} from '../actions';
import reducer, { State } from '../reducer';
import { createListState } from '../utils';
} from './actions';
import reducer, { State } from './reducer';
import { createListState } from './utils';
import type { EntityCache } from '../types';
import type { EntityCache } from './types';
interface TestEntity {
id: string;