emberjs / emberjs/ember-test-waiters

`waiter.nextToken` needs to be added to the production Noop waiter

Open
#462 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.