Update the tests for the hellosign-embedded types

This commit is contained in:
Flavien Charlon
2017-03-12 17:50:02 +00:00
parent 2c270dee77
commit e349d25911
2 changed files with 3 additions and 1 deletions
@@ -1,3 +1,5 @@
import HelloSign from 'hellosign-embedded';
HelloSign.init('abc123');
// some options
+1 -1
View File
@@ -269,4 +269,4 @@ declare module HelloSign {
declare var HelloSign: HelloSign.HelloSignStatic;
export = HelloSign;
export default HelloSign;