Currently this uses an old testrpc dependency, which should be changed to ganache-cli.
One of the issues this would resolve is related to the testrpc package having webpack as a direct dependency, which causes problems in projects that require webpack of higher version. Ganache-cli solves this by putting its webpack dep. in dev dependencies.
I've ran the tests with ganach-cli without failing, so if you like I can create a PR.