emberjs / ember-test-waiters

An Ember addon to allow @ember/test-helpers to manage asynchronous operations
MIT License
29 stars 15 forks source link

Test against embroider #479

Closed NullVoxPopuli closed 4 months ago

NullVoxPopuli commented 4 months ago

Tests against strictest embroider -- which we weren't doing before.

This is important because in the v2 addon conversion, I ran in to

which is actually good, because test-waiters needs to be resilient to:

Adding embroider to the matrix helps verify that the problem is with auto-import having duplicate test-time dependencies, vs embroider fixing the problem and having only one copy of a dependency.

Why not use the try matrix, like in the blueprint?