1.0.5 • Published 10 years ago

node-jscover-handler v1.0.5

Weekly downloads
4
License
MIT
Repository
-
Last release
10 years ago

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.

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago