UNPKG

generator-mg

Version:

Mg is the starting point for all frontend projects at Sparkbox

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