Sample repository hosting the example code of UserGuide and setup of Travis and Jenkins.
Compiles and executes the npm test run like
$ n4js-mangelhaft \
--scan . \
--compile \
--targetPlatformFile targetplatform.n4tp \
--targetPlatformInstallLocation build/npm \
--xunitReportFile build/tasks-test-report.xml \
--xunitReportName tasks-test-report \
--xunitReportPackage n4js.example.tasks.testsYou can pass custom build parameters, e.g. to omit mongodb tests via runtime options, i.e.
$ npm install && npm test -- --define no-mongo=t