showdown/test/unit/optionswp.js
Estevao Soares dos Santos 19d2e9f9d4 test: testsuite refactoring
2017-12-22 15:28:41 +00:00

10 lines
213 B
JavaScript

/* jshint ignore:start */
var fs = require('fs'),
filedata;
filedata = fs.readFileSync('src/options.js', 'utf8');
eval(filedata);
module.exports = {
getDefaultOpts: getDefaultOpts
};
/* jshint ignore:end */