mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
fix: applied valid-describe
This commit is contained in:
parent
2b4895851b
commit
3bda0cf566
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const path = require('path');
|
||||||
app.param('revision', validate_name);
|
app.param('revision', validate_name);
|
||||||
app.param('token', 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) {
|
function runTest(file) {
|
||||||
return function() {
|
return function() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue