0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

fix: applied valid-describe

This commit is contained in:
Priscila Oliveira 2018-12-16 21:34:14 +01:00
parent 2b4895851b
commit 3bda0cf566

View file

@ -10,7 +10,7 @@ const path = require('path');
app.param('revision', validate_name);
app.param('token', validate_name);
*/
describe('api endpoint app.param()', runTest('../endpoint/index.js'));
describe('api endpoint app.param()', () => runTest('../endpoint/index.js'));
function runTest(file) {
return function() {