DocumentSource_test.js 364 B

1234567891011121314
  1. "use strict";
  2. if (!module.parent) return require.cache[__filename] = 0, (new(require("mocha"))()).addFile(__filename).ui("exports").run(process.exit);
  3. module.exports = {
  4. "DocumentSource": {
  5. "should be tested via subclasses": function() {
  6. //NOTE: here just to let you know that it was not simply forgotten but instead was intentionally omitted
  7. }
  8. }
  9. };