Skip to content

Commit 4816834

Browse files
committed
lint cleanup
1 parent ee22a8d commit 4816834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/service-module/service-module.actions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ function makeContext() {
4343
const taskService = feathersClient.service('my-tasks')
4444
const noIdService = feathersClient.use(
4545
'no-ids',
46-
// @ts-ignore
4746
memory({
4847
store: makeStoreWithAtypicalIds(),
4948
paginate: {
@@ -71,6 +70,7 @@ function makeContext() {
7170
remove() {
7271
return Promise.reject(new Error('remove error'))
7372
},
73+
// eslint-disable-next-line @typescript-eslint/no-empty-function
7474
setup() {}
7575
})
7676

0 commit comments

Comments
 (0)