Skip to content

Commit

Permalink
rebase firestore after ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Idokah committed Jul 27, 2022
1 parent 5f87f6f commit 91f7ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libs/external-db-firestore/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { default as DatabaseOperations } from './firestore_operations'
import init from './connection_provider'
export { default as init } from './connection_provider'
export { supportedOperations } from './supported_operations'
export * as testResources from '../tests/e2e-testkit/firestore_resources'

export const driver = () => require('../tests/drivers/sql_filter_transformer_test_support')
export const opsDriver = () => require('../tests/drivers/db_operations_test_support')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { supportedOperations } from '../../src/supported_operations'
const init = require('../../src/connection_provider')
import { init } from '@wix-velo/external-db-firestore'

import * as compose from 'docker-compose'

Expand Down

0 comments on commit 91f7ff3

Please sign in to comment.