Skip to content

Commit

Permalink
fix import type
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSvietlova committed Dec 3, 2024
1 parent 5e976fb commit 90cea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/tests/core.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { BackgroundingListener } from '../lib/backgrounding-listener'
import { createNoopClient } from '../lib/core'
import { DefaultSpanContextStorage } from '../lib/span-context'
import { InMemoryPersistence } from '../lib/persistence'
import type { AppState } from '../dist/types'
import type { AppState } from '../lib/core'

jest.useFakeTimers()

Expand Down

0 comments on commit 90cea14

Please sign in to comment.