Skip to content

Commit

Permalink
test: remove react-native import for now
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jul 15, 2021
1 parent 534cfc4 commit cd98cdd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/react-native/tests/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import { agentDependencies } from '@aries-framework/react-native'

describe('@aries-framework/react-native', () => {
it.todo('React Native tests')

it('exports agentDependencies', () => {
expect(agentDependencies).toBeDefined()
})
it.todo('React Native tests (need babel-jest)')
})

0 comments on commit cd98cdd

Please sign in to comment.