We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
waiter.nextToken
the only way to pass a label to beginAsync is to also pass a token yourself, meaning:
beginAsync
waiter.beginAsync(waiter.nextToken(), myLabel)
in production builds this will throw because the no-op waiter does not stub this function
The text was updated successfully, but these errors were encountered:
any chance you'd be willing to add a separate test app here: https://github.com/emberjs/ember-test-waiters/tree/master/test-apps
that tests and asserts production behavior?
Sorry, something went wrong.
No branches or pull requests
the only way to pass a label to
beginAsync
is to also pass a token yourself, meaning:in production builds this will throw because the no-op waiter does not stub this function
The text was updated successfully, but these errors were encountered: