UNPKG

371 BJavaScriptView Raw
1var testCase = require('./task');
2testCase.setUp = function(done){
3 this.destination = 'doc/docstrap';
4 this.expectedFiles = [
5 'index.html',
6 'jsdoc-plugin.js.html',
7 'module-tasks_jsdoc-plugin.html',
8 'lib_exec.js.html',
9 'module-exec.html',
10 'modules.list.html'
11 ];
12 done();
13};
14
15exports.JsDocStrapTest = testCase;