https://bugzilla.redhat.com/show_bug.cgi?id=1258160
--- Comment #2 from Tom Hughes tom@compton.nu --- Needs updating to 1.17.1 upstream release and there are some BRs missing for running the tests, namely:
npm(formatio) npm(lolex) npm(samsam) npm(util)
Even with those, and the unpackaged ones installed via npm, the tests are failing with:
Failed loading configuration: 'node_modules/lolex/lolex.js' matched no files or resources
Our packaged lolex has src/lolex.js but no lolex.js in the root, possibly because that was a browserified version that we decided not to include? If that is the case then it either needs to be linked to the root in the lolex package or this one needs patching to find it.