ike18t / mock_component

Easily mock components for Angular TestBed tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for angular 5 components

jpdonaghy opened this issue · comments

Failed: No annotation or decoration metadata on your component
Error: No annotation or decoration metadata on your component
at getComponentSelector (node_modules/mock-component/dist/lib/mock_component.js:49:11)
at Object.MockComponent (node_modules/mock-component/dist/lib/mock_component.js:15:19)

I'm almost done with this. I wanted to convert the tests to testbed tests which took me a while to get working.