Sarit Vakrat

Results 8 comments of Sarit Vakrat

Hi, any update on when this issue will be resolved?

I have Jest 29, adding, I tried several solutions, still does not work

@Hazyzh Hi, any plans on when to support this? Will also be great to filter to see only failed tests, which will make it easy to go through them like...

@WestenMichael I tried this package as well, but they have another issue "invalid encoding: RLE_DICTIONARY"

I solved it by uninstalling bitcore-lib since bitcore-explorers already have them as a sub module

Did you install the type? npm install @types/node --save-dev and in tsconfig file add: { "compilerOptions": { "types": ["node"] } }

Will be a great feature! Very much needed

I also get the same issue "@types/kafkajs": "^1.9.0", "kafkajs": "^2.2.4", error TS2307: Cannot find module 'kafkajs' or its corresponding type declarations. I can run it locally but once its run...