Skip to content

Commit

Permalink
🚨 Fixed linting issues in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wictorwilen committed Jun 22, 2021
1 parent e3ab62f commit e062a5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

* Added support for Adaptive Cards 1.4 universal actions `adaptiveCard/action`
* Added support for Adaptive Cards 1.4 universal actions `adaptiveCard/action` (#12)
* Added unit tests - 100% code coverage

### Changes
Expand Down
1 change: 0 additions & 1 deletion src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,6 @@ describe("index", () => {
expect(next).not.toBeCalled();
});


it("Should handle onFetchTask error", async () => {
processor.onFetchTask = jest.fn().mockRejectedValue("error");
const mw = new exp.MessagingExtensionMiddleware("command", processor);
Expand Down

0 comments on commit e062a5d

Please sign in to comment.