UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

13 lines (10 loc) 269 B
/*jshint node:true*/ var testInfo = require('ember-cli-test-info'); module.exports = { description: 'Generates a mixin unit test.', locals: function(options) { return { friendlyTestName: testInfo.name(options.entity.name, 'Unit', 'Mixin') }; } };