mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
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:
@@ -70,3 +70,11 @@ intro.start()
|
||||
})
|
||||
.addHints()
|
||||
.clone();
|
||||
|
||||
introWithElement.start()
|
||||
.exit()
|
||||
.clone();
|
||||
|
||||
introWithQuerySelector.start()
|
||||
.exit()
|
||||
.clone();
|
||||
|
||||
Reference in New Issue
Block a user