A tslint rule to nag you when you forget that you have focused some Jasmine tests with 'fdescribe' or 'fit'
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project is a TSLint rule that warns developers when they accidentally leave focused Jasmine tests (`fdescribe` or `fit`) in their code. It's designed for TypeScript developers using Jasmine for testing who want to ensure they don't accidentally commit tests that only run when focused, potentially missing other tests. The rule can be installed via npm and configured in your TSLint configuration file to enforce this best practice.