pkrukp
pkrukp
I'm also getting this error - I'm using JSZip in custom extension for vscode ``` node_modules/jszip/index.d.ts:33:11 - error TS2304: Cannot find name 'Blob'. 33 blob: Blob; ~~~~ node_modules/jszip/index.d.ts:45:11 - error...
> Looking at the code in MSTest it does not seem to be supported at the moment. So it must be implemented in each test adapter separately? I was thinking...
Thank you. I'll try to file FR for other test adapters soon
> ts-mockito requires the use of instance (see: #87) to get the actual mocked object instance instead of a helper object. This is fine. But it looks like other mocking...
It works correctly when tested project targets .net core 2.1 (2.x?) - source information is present for both portable and full PDB. So this looks like a regression. I may...
Hello, how is it going? If you have any questions, please ask.
From my (test adapter user) perspective, if I had problem with test adapter v2, I would search issues in test adapter v2 github project, not v3. If problem also occurs...