UNPKG

generator-rps

Version:

Generator-rps is a starting point for frontend projects powered by Yeoman.

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