mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Minor test label nit of param to argument.
This commit is contained in:
@@ -17652,7 +17652,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
QUnit.test('should support the legacy `options` param signature', function(assert) {
|
||||
QUnit.test('should support the legacy `options` argument signature', function(assert) {
|
||||
assert.expect(1);
|
||||
|
||||
var compiled = _.template('<%= data.a %>', null, { 'variable': 'data' }),
|
||||
|
||||
Reference in New Issue
Block a user