Skip to content

Commit

Permalink
lint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain committed Oct 29, 2020
1 parent a64db9f commit 613b16a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/service-module/service-module.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ describe('Service Module', function () {
isIdCreatePending: [],
isIdUpdatePending: [],
isIdPatchPending: [],
isIdRemovePending: [],
isIdRemovePending: []
}

assert.deepEqual(
Expand Down Expand Up @@ -1096,7 +1096,6 @@ describe('Service Module', function () {
done()
}, debounceEventsTime * 2)
}
// eslint-disable-next-line @typescript-eslint/no-unused-vars
feathersSocketioClient.service('things-debounced').on('created', listener)

feathersSocketioClient.service('things-debounced').create({ test: true })
Expand Down

0 comments on commit 613b16a

Please sign in to comment.