UNPKG
occaecatidicta
Version:
latest (1.0.0)
1.0.0
github.com/MyleneMcClure/occaecatidicta.git
MyleneMcClure/occaecatidicta
occaecatidicta
/
packages
/
omelox
/
test
/
mock-plugin
/
components
/
mockPlugin.ts
8 lines
(7 loc)
•
209 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
Application
}
from
'../../../lib/application'
;
import
{
IComponent
}
from
'../../../lib/index'
;
export
class
MockPlugin
implements
IComponent
{ name =
'mockPlugin'
;
constructor
(
opts
:
any
) { } }