Skip to content

Commit 7b790bd

Browse files
committed
Move export to index.ts
1 parent 39413b5 commit 7b790bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/testcontainers/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export { GenericContainer } from "./generic-container/generic-container";
1010
export { BuildOptions, GenericContainerBuilder } from "./generic-container/generic-container-builder";
1111
export { Network, StartedNetwork, StoppedNetwork } from "./network/network";
1212
export { getReaper } from "./reaper/reaper";
13+
export { SocatContainer, StartedSocatContainer } from "./socat/socat-container";
1314
export {
1415
RestartOptions,
1516
StartedTestContainer,

packages/testcontainers/src/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,3 @@ export type NetworkSettings = {
104104
networkId: string;
105105
ipAddress: string;
106106
};
107-
108-
export { SocatContainer, StartedSocatContainer } from "./socat/socat-container";

0 commit comments

Comments
 (0)