UNPKG

generator-inuit

Version:

A Yeoman generator for Harry Robert's inuit.css framework with SMACSS and grunt support

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