UNPKG

generator-barry

Version:

A generator for Yeoman. Generator that gives you ability to rapidly scaffold a front-end development app. With Jade and Stylus.

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