DefinitelyTyped/types/testing-library__vue
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
..
index.d.ts
package.json
testing-library__vue-tests.ts
tsconfig.json
tslint.json