mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Make sure tests have unique names
This commit is contained in:
@@ -1292,7 +1292,7 @@ Tinytest.add("spacebars-tests - template_tests - content context", function (tes
|
||||
|
||||
_.each(['textarea', 'text', 'password', 'submit', 'button',
|
||||
'reset', 'select', 'hidden'], function (type) {
|
||||
Tinytest.add("spacebars-tests - template_tests - " + type, function(test) {
|
||||
Tinytest.add("spacebars-tests - template_tests - controls - " + type, function(test) {
|
||||
var R = ReactiveVar({x:"test"});
|
||||
var R2 = ReactiveVar("");
|
||||
var tmpl;
|
||||
|
||||
Reference in New Issue
Block a user