James Adarich
James Adarich
# Description # Checklist - [x] I am an awesome developer and proud of my code - [ ] I added / updated / removed relevant unit or integration tests...
I've noticed we've had a couple of instances of `UnhandledPromiseRejectionWarning` reported in issues and this is because we're not wrapping all `await` calls in `try`/`catch` blocks so in some instances...
As noted in #197 looks like there is also a case that a function can be exported in a fixture file and we attempt to construct this. Need to do...
Will improve performance and simplicity of code ** breaking change **
## Goal Make writing input testing easier, readable and more robust ## How Simplifying syntax for supplying many arguments to `Test` functions Currently you'd have to pass in multiple `TestCase`...
When making new releases people need to know why they should upgrade, having an easy to maintain and read change log will help matters!
Add debugging for Visual Studio Code and for non VSC users as node-inspector is causing us problems on newer versions of node.
travis ci cron job is failing (probably result of move to monorepo)