Lines Matching refs:checkInvocations
89 const { checkInvocations } = require('./hook-checks');
166 checkInvocations(as1[0], { init: 1, before: 1 },
168 checkInvocations(as3[0], { init: 1, before: 1 },
215 checkInvocations(hook1First, { init: 1, before: 1, after: 1, destroy: 1 },
217 checkInvocations(hook1Second, { init: 1, before: 1 },
221 checkInvocations(hook2First, { after: 1, destroy: 1 },
223 checkInvocations(hook2Second, { init: 1, before: 1 },
225 checkInvocations(hook3First, { init: 1, before: 1, after: 1, destroy: 1 },
227 checkInvocations(hook3Second, { init: 1, before: 1 },
249 checkInvocations(hook1First, { init: 1, before: 1, after: 1, destroy: 1 },
253 checkInvocations(hook1Second, { init: 1, before: 1 },
257 checkInvocations(hook2First, { after: 1, destroy: 1 },
259 checkInvocations(hook2Second, { init: 1, before: 1, after: 1, destroy: 1 },
261 checkInvocations(hook3First, { init: 1, before: 1, after: 1, destroy: 1 },
265 checkInvocations(hook3Second, { init: 1, before: 1, after: 1 },