Skip to content

Commit

Permalink
chore(lint): lint message provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 7, 2019
1 parent 50219b1 commit ca8cf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/messages/provider/message-provider.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* tslint:disable:no-unused-expression object-literal-sort-keys max-classes-per-file no-empty */
/* tslint:disable:no-unused-expression object-literal-sort-keys max-classes-per-file no-empty no-console*/
const { MessageProviderPact } = require("../../../src/pact")
import path = require("path")
const { createDog } = require("./dog-client")
Expand Down

0 comments on commit ca8cf8c

Please sign in to comment.