Closed b1zzu closed 4 years ago
I can't repo this in the following case:
https://github.com/aerogear/graphql-testx
examples/offix/test/
examples/offix/test/offline.test.ts
in VS CodeCan you please share repo steps using the linked to repo?
Hi @mjbvz, thanks to reaching me out, I played with the project in the latest days and I found out that the offline.test.ts
was not included in any tsconfig.json
but because I was using ts-node
the code was working, I've fixed it in some of the latest versions, this is probably the reason why you can't reproduce it.
It should be possible to reproduce it using this commit: https://github.com/aerogear/graphql-testx/tree/217a98ace795454eb7b281f4d635daba4493eea7
but at this point, I don't know whatever to still consider it a bug.
Steps to Reproduce:
vscode will show errors like this:
in
bar.test.ts
but if I
cd
into the foo example and I run the testsnpm test
I will not have any typescript erroralso if I remove
extends
from thetsconfig.json
the error will disappearIs also possible to reproduce this issue by using this project: https://github.com/aerogear/graphql-testx
Does this issue occur when all extensions are disabled?: Yes