ionic-team / stencil-component-starter

Minimal starter project for building shareable web components with Stencil
https://github.com/ionic-team/stencil
MIT License
278 stars 129 forks source link

[CLEANUP] Move spec to use TestWindow #53

Closed Serabe closed 6 years ago

Serabe commented 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.

Fixes #52

Serabe commented 6 years ago

If this one is approved, I'll create a similar one in stencil-app-starter.

Serabe commented 6 years ago

Closing as this is already fixed in a different pr