James Adarich

Results 25 issues of 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...

code health

Has been replaced with `TestProperties` decorator.

code health

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...

bug

Will improve performance and simplicity of code ** breaking change **

enhancement

## 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`...

enhancement

When making new releases people need to know why they should upgrade, having an easy to maintain and read change log will help matters!

documentation

Add debugging for Visual Studio Code and for non VSC users as node-inspector is causing us problems on newer versions of node.

code health

travis ci cron job is failing (probably result of move to monorepo)