Clarify lodash underscore test name in test-build.js.

Former-commit-id: 4723604102d38ea252f867aeab16ce167b1d1a49
This commit is contained in:
John-David Dalton
2013-06-03 08:00:29 -07:00
parent 34a4876761
commit e0891a2d71

View File

@@ -1056,7 +1056,7 @@
];
commands.forEach(function(command, index) {
asyncTest('`lodash ' + command +'`', function() {
asyncTest('`lodash underscore ' + command +'`', function() {
var start = _.after(2, _.once(QUnit.start));
build(['-s', 'underscore', command], function(data) {