emberjs/ember-qunit

Resolve skipped type tests

MelSumner opened this issue · 1 comments

Some tests in the type/tests file are skipped, so I'm filing an issue so we can keep track of them and fix them.

They aren't skipped (in the qunit sense), because they're type tests, and the types directory isn't included in the test app.

Post v2-conversion, i want to move to all that to a normal expectType test, like what's done in ember-resources and ember-source

Examples