refactor: infer type for it()
assertion functions (#19904)
PR Close #19904
This commit is contained in:

committed by
Miško Hevery

parent
809e8f742e
commit
e01b539ee5
@ -15,7 +15,7 @@ describe('testability example', () => {
|
||||
describe('using task tracking', () => {
|
||||
const URL = '/core/testability/ts/whenStable/';
|
||||
|
||||
it('times out with a list of tasks', (done: DoneFn) => {
|
||||
it('times out with a list of tasks', done => {
|
||||
browser.get(URL);
|
||||
browser.ignoreSynchronization = true;
|
||||
|
||||
|
Reference in New Issue
Block a user