From e349d2591137d677ea424d37fd7ac9a76a2d7ed7 Mon Sep 17 00:00:00 2001 From: Flavien Charlon Date: Sun, 12 Mar 2017 17:50:02 +0000 Subject: [PATCH] Update the tests for the hellosign-embedded types --- hellosign-embedded/hellosign-embedded-tests.ts | 2 ++ hellosign-embedded/index.d.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hellosign-embedded/hellosign-embedded-tests.ts b/hellosign-embedded/hellosign-embedded-tests.ts index 281bbef2ab..0ae16b73fa 100644 --- a/hellosign-embedded/hellosign-embedded-tests.ts +++ b/hellosign-embedded/hellosign-embedded-tests.ts @@ -1,3 +1,5 @@ +import HelloSign from 'hellosign-embedded'; + HelloSign.init('abc123'); // some options diff --git a/hellosign-embedded/index.d.ts b/hellosign-embedded/index.d.ts index a290a6c508..db96673cd7 100644 --- a/hellosign-embedded/index.d.ts +++ b/hellosign-embedded/index.d.ts @@ -269,4 +269,4 @@ declare module HelloSign { declare var HelloSign: HelloSign.HelloSignStatic; -export = HelloSign; +export default HelloSign;