precisely / web

1 stars 0 forks source link

TS failures in Login.test.tsx #281

Open aneilbaboo opened 6 years ago

aneilbaboo commented 6 years ago

Type of the location attribute is invalid, for example line 60:

 <Login location={{hash: '#access_token'}} />

See: https://github.com/facebook/jest/issues/2168

gcv commented 6 years ago

How did you see this error? We tried to get ts-jest to report TypeScript errors a few weeks ago, and couldn't do it.