ember-qunit icon indicating copy to clipboard operation
ember-qunit copied to clipboard

Resolve skipped type tests

Open MelSumner opened this issue 2 years ago • 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.

MelSumner avatar Jun 10 '23 01:06 MelSumner

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

  • https://github.com/NullVoxPopuli/ember-resources/blob/main/ember-resources/src/-type-tests/link.test.ts
  • https://github.com/NullVoxPopuli/ember-resources/blob/main/ember-resources/src/core/-type-tests/args-helpers.test.ts
  • https://github.com/emberjs/ember.js/blob/main/type-tests/%40ember/component-test/set-component-template.ts

NullVoxPopuli avatar Jun 10 '23 03:06 NullVoxPopuli