UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

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