Closed lukasoppermann closed 2 years ago
@rictic any idea what I am doing wrong? I seem to be missing some kind of import? Is this because I am testing vanilla js elements and not importing polymer?
Had the same problem. Apparently you can't name your fixture 'fixture'.
So how does your test look like?
@brason Thx!
So, I did some investigation and here's why: Elements with an id get automatically a global variable http://2ality.com/2012/08/ids-are-global.html That means when you call it fixture, the variable replaces the fixture()
function. I didn't see that coming :D
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey, I don't know what I am doing wrong, but I always get:
This is my
basic-html.test
Using this works fine: