glimmerjs / glimmer.js

Central repository for the Glimmer.js project
https://glimmerjs.com
MIT License
746 stars 75 forks source link

Overhaul Testing Infrastructure #246

Open pzuraq opened 4 years ago

pzuraq commented 4 years ago

There are a few things about the testing infrastructure that need to be addressed moving forward:

rahilvora commented 4 years ago

Hey @pzuraq, I am new to Glimmer.js and would like to contribute to it. Can I pick this issue for my first contribution?

pzuraq commented 4 years ago

Yep, this would be great for a first issue 😄 I would recommend tackling each issue one at a time with separate PRs, so we can review them individually. Happy to help discuss the path for each change, in particular genericizing @ember/test-helpers might be a bit tricky.

rahilvora commented 4 years ago

Hey @pzuraq,

PR to refactor tests to use tracked utility. https://github.com/glimmerjs/glimmer.js/pull/283

pzuraq commented 4 years ago

Meeting notes on 4/23: