Closed Serabe closed 6 years ago
When a new user starts using stencil-component-starter to create their first stencil component, the tests print a warning about a deprecated API.
This PR moves tests to use TestWindow instead of render and flush.
TestWindow
render
flush
Fixes #52
If this one is approved, I'll create a similar one in stencil-app-starter.
Closing as this is already fixed in a different pr
When a new user starts using stencil-component-starter to create their first stencil component, the tests print a warning about a deprecated API.
This PR moves tests to use
TestWindow
instead ofrender
andflush
.Fixes #52