refactor: rework imports/exports
This commit is contained in:
parent
f2edf6f292
commit
e44ee48eaa
5 changed files with 6 additions and 15 deletions
|
@ -1,11 +1,9 @@
|
|||
import * as asserts from '@std/assert';
|
||||
import * as fsdb from '../fsdb.ts';
|
||||
import { FSDB_INDEXER_SYMLINKS } from '../indexers/symlinks.ts';
|
||||
import { FSDB_INDEXER_SYMLINKS } from '../indexers.ts';
|
||||
import { get_data_dir, random_email_address, random_phone_number } from './helpers.ts';
|
||||
import lurid from '@andyburke/lurid';
|
||||
import by_email from '../organizers/by_email.ts';
|
||||
import by_character from '../organizers/by_character.ts';
|
||||
import by_phone from '../organizers/by_phone.ts';
|
||||
import { by_character, by_email, by_phone } from '../organizers.ts';
|
||||
import { sentence } from 'jsr:@ndaidong/txtgen';
|
||||
|
||||
Deno.test({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue