Will Monk
Will Monk
Hey, I think this will be fixed in https://github.com/wmonk/create-react-app-typescript/pull/299 - can you confirm and close. Thanks!
Is this a duplicate of #148
Can I get a quick tldr of where this issue is at? @DorianGrey reading your last comment it seems that this is a TS issue?
No reason, just wasn't something I was using when developing this module. Will accept a PR to enable this and any other TS related options.
@coldpour is there any update on this issue?
Brilliant, that's all working now! Thanks. One other bit of config missing was appending `--testLocationInResults` to the `jest` command - probably useful to add this and the above to the...
Sorry to spam! We have two `jest` commands in our workflow. If both have a failing test, it only results in a single file annotation of which ever test run...
Possibly also need to update `hoist-non-react-statics`
I have a feeling this is fixed by `encodeURIComponent`? I found before when the file name included some characters that disrupted. On Tue, 27 Sep 2016 at 18:45, Sam Saccone...
Oh also, I wasn't able to use `https` in the way above, or even `.secure()`, it kept raising an exception like: ``` thread '' panicked at 'called `Result::unwrap()` on an...