node-jscover-handler

1.0.5 • Public • Published

node-jscover-handler

a middleware to instrument javascript files using node-jscover

example

var app = require('express');
app.use('/', require('node-jscover-handler')());

navigate to http://localhost/lib/x-coverage.js will output instrumented file content from /code/lib/x.js. /code is where server is running on.

Readme

Keywords

none

Package Sidebar

Install

npm i node-jscover-handler

Weekly Downloads

2

Version

1.0.5

License

MIT

Last publish

Collaborators

  • yiminghe