Cloning this repo, running npm install and then grunt_test results in tests failing.
I believe this is caused by Handlebars version changes between the last commit (April 2016) and now (July 2017). There are subtle differences in the precompiled JST output between v4.0.0 and current v4.0.10.
Also, the second test (compileNode) throws an additional error as of node 6.1.0 that doesn't happen in node 5.12.0 that is the latest one running on Travis.
As a consequence of this situation, new pull requests will never be able to pass the tests, as it happens with #164