diff --git a/test/Test.ts b/test/Test.ts index 5a91a09..9b9bd77 100644 --- a/test/Test.ts +++ b/test/Test.ts @@ -225,6 +225,7 @@ describe('It should do unhook', () => { }) }) + type SesameTestIfc = { test: { checkCandy: ()=>Promise} } describe('Sesame should unlock the socket', () => {