Closed msssk closed 4 years ago
All the documentation uses getPlugin
; this is intentional (https://github.com/theintern/intern/issues/875).
In Intern 5 the interfaces will be available directly on the executor, so you won't even need getPlugin for that.
So I guess the problem is the opposite:
https://theintern.io/docs.html#Intern/4/api/lib%2Finterfaces%2Fobject
https://theintern.io/docs.html#Intern/4/api/lib%2Finterfaces%2Ftdd
These both demonstrate getInterface
Oops, I thought I had gotten rid of all the references to getInterface. Apparently I missed some.
There are various bits of documentation with code like:
It should use
getInterface
instead ofgetPlugin
:The problem also exists in https://github.com/theintern/intern-tutorial