I have just downloaded jsonix and when I run maven it fails its built-in tests, with the following error:
FAILURES: 2/898 assertions failed (332ms)
npm ERR! Test failed. See above for more details.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jsonix 2.4.2-SNAPSHOT:
[INFO]
[INFO] Jsonix ............................................. SUCCESS [ 0.698 s]
[INFO] Jsonix Scripts ..................................... SUCCESS [ 9.933 s]
[INFO] Jsonix Node.js ..................................... SUCCESS [ 0.014 s]
[INFO] Jsonix Node.js Scripts ............................. FAILURE [ 4.296 s]
[INFO] Jsonix Node.js Tests ............................... SKIPPED
...etc other skipped tests omitted
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
I really don't know my way around maven very well, and despite the "see above for more details" message, I don't actually see any details that can help me debug this.
Any suggestions on how to debug or fix this would be much appreciated.