Le lundi 20 octobre 2014 à 17:09 +0200, Jonas Smedegaard a écrit : > Quoting Jérémy Lal (2014-10-20 16:33:56) > > from a local search through package.json files, it seems there are at > > least twenty node modules that could run tap tests now. > > > > Mind that runforcover is not packaged, so code coverage won't work. > > Could you please provide some (reference to) examples on how to do that?
no idea about how to run code coverage option ! it's an experimental feature, as advertised in node-tap README file. ...but you probably asked how to run tap tests: in debian/rules test target: tap test/*.js should be enough. Jérémy. _______________________________________________ Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
