Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add opt-in integration with @ember/test-waiters #113

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

SergeAstapov
Copy link
Collaborator

There are use cases when you may want css-transitions to integrate with test helpers provided by @ember/test-helpers package. This is not possible today out of the box.

This PR allows users to specify useTestWaiters config option in ember-cli-build.js file like so:

  const app = new EmberApp(defaults, {
    '@embroider/macros': {
      setConfig: {
        'ember-css-transitions': {
          useTestWaiters: true
        }
      }
    },
    // other options
  });

@SergeAstapov SergeAstapov marked this pull request as ready for review November 16, 2022 22:00
@SergeAstapov SergeAstapov merged commit 7e2c781 into master Nov 18, 2022
@SergeAstapov SergeAstapov deleted the add-test-waiters branch November 18, 2022 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant