@nakedobjects/schematics
Version:
Schematics for Naked Objects
15 lines • 681 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const schematics_1 = require("@angular-devkit/schematics");
const testing_1 = require("@angular-devkit/schematics/testing");
const path = require("path");
const collectionPath = path.join(__dirname, '../collection.json');
describe('nakedobjects-schematics', () => {
it('works', () => {
const runner = new testing_1.SchematicTestRunner('schematics', collectionPath);
runner.
runSchematicAsync('nakedobjects-schematics', {}, schematics_1.Tree.empty()).
subscribe(t => expect(t.files).toEqual([]));
});
});
//# sourceMappingURL=index_spec.js.map