DefinitelyTyped/types/testing-library__dom
Nathan Shively-Sanders ef139d18d3
Add @sinonjs/fake-timers redirect to @testing-library/cypress (#43555)
* Add @sinonjs/fake-timers redirect to @testing-library/cypress

@testing-library/cypress depends indirectly on @sinonjs/fake-timers
(cypress -> sinon -> @sinonjs/fake-timers). However, it doesn't have a
redirect @sinonjs/fake-timers -> sinonjs__fake-timers. This causes
lookup to fail.

I'm not sure what caused this problem. I think it was a change in
cypress, which recently shipped a new version, but I'm not sure.

* Update testing-library__dom to require TS 3.1

pretty-format from jest requires at least 3.1. Not sure why this didn't
break before.

* update cypress to 3.1 too

* update other dependencies
2020-04-01 14:26:03 -07:00
..
config.d.ts
events.d.ts
get-node-text.d.ts
get-queries-for-element.d.ts
index.d.ts
matches.d.ts
package.json
pretty-dom.d.ts
queries.d.ts
query-helpers.d.ts
role-helpers.d.ts
screen.d.ts
testing-library__dom-tests.ts
tsconfig.json
tslint.json
wait-for-dom-change.d.ts
wait-for-element-to-be-removed.d.ts
wait-for-element.d.ts
wait-for.d.ts
wait.d.ts