UNPKG

generator-mycroftx-component

Version:

Yeoman generator and modified generator-ng-component

11 lines (9 loc) 263 B
/*global describe, beforeEach, it*/ 'use strict'; var assert = require('assert'); describe('ng-component generator', function () { it('can be imported without blowing up', function () { var app = require('../app'); assert(app !== undefined); }); });