mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix typos in tests
This commit is contained in:
@@ -194,10 +194,9 @@ Tinytest.add("spacebars - templates - block helper", function (test) {
|
||||
var div = renderToDiv(tmpl);
|
||||
test.equal(div.innerHTML.trim(), "bar");
|
||||
|
||||
R.set(Template.spacebars_template_test_else_content);
|
||||
R.set(Template.spacebars_template_test_elsecontent);
|
||||
Deps.flush();
|
||||
// XXX this doesn't work.
|
||||
// test.equal(div.innerHTML.trim(), "baz");
|
||||
test.equal(div.innerHTML.trim(), "baz");
|
||||
});
|
||||
|
||||
Tinytest.add("spacebars - templates - block helper function with one string arg", function (test) {
|
||||
|
||||
Reference in New Issue
Block a user