Skip to content

Commit

Permalink
feat(dev-env): re-export BskyIngester
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben committed Feb 13, 2024
1 parent 316aad6 commit fc7a9d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bsky/tests/pipeline/reingest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
getIngester,
ingestAll,
basicSeed,
BskyIngester,
} from '@atproto/dev-env'
import { BskyIngester } from '../../src'

const TEST_NAME = 'pipeline_reingest'

Expand Down
2 changes: 1 addition & 1 deletion packages/bsky/tests/pipeline/repartition.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
ingestAll,
processAll,
usersSeed,
BskyIngester,
} from '@atproto/dev-env'
import { BskyIngester } from '../../src'
import { countAll } from '../../src/db/util'

const TEST_NAME = 'pipeline_repartition'
Expand Down
2 changes: 2 additions & 0 deletions packages/dev-env/src/bsky.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { uniqueLockId } from './util'
import { TestNetworkNoAppView } from './network-no-appview'
import { ADMIN_PASSWORD, MOD_PASSWORD, TRIAGE_PASSWORD } from './const'

export * from '@atproto/bsky'

export class TestBsky {
constructor(
public url: string,
Expand Down

0 comments on commit fc7a9d9

Please sign in to comment.