UNPKG

generator-yomonger

Version:

A yeoman generator for MODX Manager custom themes.

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