# Test of private functions
### How do you test private functions
- The way I do it to export them all to be able to test them.
- Are there conditional compile available in js?
- How does it work?
- Use a "Internal()" function and define all private methods there and run it