emberjs / emberjs/ember-test-waiters
@waitFor label
Open
- Dominant language
- TypeScript
- Stars
- 31
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
```javascript
@waitFor('my-label')
async doSomething() {}
```
Errors with
```
wait-for.js:38 Uncaught (in promise) TypeError: fn.call is not a function
at wait-for.js:38
at index.js:15
at Array.reduce ()
at _applyDecoratedDescriptor (index.js:15)
at Module.callback (index.js:122)
at Module.exports (loader.js:106)
at requireModule (loader.js:27)
at Class._extractDefaultExport (index.js:463)
at Class.resolveOther (index.js:123)
at Class.resolve (index.js:186)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.