Skip to content

Commit

Permalink
Remove unused autopublish feature
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnwalraven committed Oct 2, 2017
1 parent f729751 commit d21c841
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 255 deletions.
3 changes: 0 additions & 3 deletions src/Interfaces.ts
Expand Up @@ -82,6 +82,3 @@ export interface IMockServer {
) => Promise<ExecutionResult>;
}

export interface IPubSub {
publish(triggerName: string, payload: any): any;
}
27 changes: 0 additions & 27 deletions src/autopublish.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
@@ -1,3 +1,2 @@
export * from './schemaGenerator';
export * from './mock';
export * from './autopublish';
223 changes: 0 additions & 223 deletions src/test/testAutopublish.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/test/tests.ts
Expand Up @@ -3,5 +3,4 @@ require('source-map-support').install();
import './testSchemaGenerator';
import './testLogger';
import './testMocking';
import './testAutopublish';
import './testResolution';

2 comments on commit d21c841

@stubailo
Copy link
Contributor

Choose a reason for hiding this comment

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

@martijnwalraven this might need a changelog entry? Not sure if we had something when we added it...

@martijnwalraven
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To be honest, I'm not even sure what the feature was supposed to do exactly. Did we ever mention it to anyone?

Please sign in to comment.