1
0
Fork 0

fixed typo in test setup

This commit is contained in:
Frank Celler 2018-09-02 10:21:39 +02:00
parent f696efe5ea
commit f17eac6b96
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function auditLog(options) {
exports.setup = function (testFns, defaultFns, opts, fnDocs, optionsDoc, allTestPaths) {
Object.assign(allTestPaths, testPaths);
testFns['audit'] = [ 'auditlog' ];
testFns['audit'] = auditLog;
// turn off test by default.
opts['skipAudit'] = true;