emberjs / emberjs/ember-test-waiters
`waiter.nextToken` needs to be added to the production Noop waiter
Open
- Dominant language
- TypeScript
- Stars
- 31
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
the only way to pass a label to `beginAsync` is to also pass a token yourself, meaning:
```ts
waiter.beginAsync(waiter.nextToken(), myLabel)
```
in production builds this will throw because the no-op waiter does not stub this function
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.