UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

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