From 62034eb50008f2532b6d998bad03b981240bc181 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 18 Jan 2020 15:45:15 +0100 Subject: [PATCH] test drone? --- test/Test.ts | 1 + 1 file changed, 1 insertion(+) 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', () => {