# Split helper
Use to programmatically query Split to find treatments for ids, killed Splits etc. 

# KNR Field change spike.  
Uses changeDetector.ts and is tested through the tests in src/changeDetector/tests
## Running and testing

```
    nvm use --lts
    yarn
    yarn test
```