Skip to content

refactor(<>): import from mongodb.ts file in tests instead of src#4864

Draft
baileympearson wants to merge 3 commits intomainfrom
no-story-generate-mongodbts
Draft

refactor(<>): import from mongodb.ts file in tests instead of src#4864
baileympearson wants to merge 3 commits intomainfrom
no-story-generate-mongodbts

Conversation

@baileympearson
Copy link
Contributor

Description

Summary of Changes

Notes for Reviewers

What is the motivation for this change?

Release Highlight

Release notes highlight

Double check the following

  • Lint is passing (npm run check:lint)
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

export * from '../src/transactions';
export * from '../src/utils';
export * from '../src/write_concern';
export * from '../src/runtime_adapters'; No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this have to be at the bottom? The current version has incorrect format, and reformatting moves this line to line 114 or so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants