Skip to content

Commit d11abaa

Browse files
committed
feat(index): also top-level export "DryMongoBinary" and all errors
1 parent ebe7c1f commit d11abaa

File tree

1 file changed

+2
-0
lines changed
  • packages/mongodb-memory-server-core/src

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import './util/resolveConfig'; // import it for the side-effects (globals)
22
import { MongoMemoryServer } from './MongoMemoryServer';
33

4+
export { DryMongoBinary } from './util/DryMongoBinary';
45
export { MongoBinary } from './util/MongoBinary';
56
export { MongoInstance } from './util/MongoInstance';
67
export { MongoMemoryReplSet } from './MongoMemoryReplSet';
8+
export * as errors from './util/errors';
79

810
export { MongoMemoryServer };
911
export default MongoMemoryServer;

0 commit comments

Comments
 (0)