ember-test-waiters icon indicating copy to clipboard operation
ember-test-waiters copied to clipboard

@waitFor label

Open amk221 opened this issue 4 years ago • 0 comments

@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 (<anonymous>)
    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)

amk221 avatar Sep 30 '21 20:09 amk221