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