Added additional tests for alternate constructors

For those objects built with the alternate constructors / IntroJs.Factory functions, test a subset of the IntroJs object's functions to ensure the IntroJs objects are the correct type.
This commit is contained in:
Steve Mayes
2016-02-27 20:17:37 -05:00
parent fe9c877b93
commit 1640c7008c
+8
View File
@@ -70,3 +70,11 @@ intro.start()
})
.addHints()
.clone();
introWithElement.start()
.exit()
.clone();
introWithQuerySelector.start()
.exit()
.clone();