Bohdan Saliuk
Results
12
issues of
Bohdan Saliuk
All test cases matched as passed, but one of them failed with error. ```js > [email protected] test > npm run lint && npm run types && metatests test/unit.js > [email protected]...
Do we have the ability to run only a subset of tests? Here is how it works in Jest, for example: https://jestjs.io/docs/api#testonlyname-fn-timeout https://jestjs.io/docs/api#testskipname-fn
metarhia-s'22