Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add type tests to GitHub Actions config
- This tests against the same minimum version as the existing type definitions on DefinitelyTyped, so users can upgrade to at least the version supported there, and then switch over to using this. Note that type tests do *not* use Ember Try, and therefore do not drift the lockfile. This is intentional: the emitted types here are wholly unaffected by the rest of the dependencies other than those in `@types`, and for compatibility with TS we only care about the types. This makes that part of CI run *much* faster. - The type tests allow failures against the `typescript@next` version, just as the runtime tests do for Ember Canary releases.
- Loading branch information