We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75a2fe commit c4d18a2Copy full SHA for c4d18a2
tests/api-tests/hooks.test.ts
@@ -97,10 +97,12 @@ function makeList ({
97
beforeOperation: hooks.beforeOperation ? {
98
create: makeThrower(`${__name}_FBO`),
99
update: makeThrower(`${__name}_FBO`),
100
+ delete: makeThrower(`${__name}_FBO`),
101
} : undefined,
102
afterOperation: hooks.afterOperation ? {
103
create: makeThrower(`${__name}_FAO`),
104
update: makeThrower(`${__name}_FAO`),
105
+ delete: makeThrower(`${__name}_FAO`),
106
} : undefined
107
}
108
} : {}),
0 commit comments