This decreases time when testing the solution.
It looks like a big refactor but most of it was due to renaming on migratios when deleting the deploy_develop_only step and deploy_lib that does the same as deploy_MocLib
The issue with the tests not linking correctly the contract was that createContracts was being called without the parameter useMock. The solution was setting in mocHelper.js the default as true
This decreases time when testing the solution. It looks like a big refactor but most of it was due to renaming on migratios when deleting the deploy_develop_only step and deploy_lib that does the same as deploy_MocLib The issue with the tests not linking correctly the contract was that createContracts was being called without the parameter useMock. The solution was setting in mocHelper.js the default as true