mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix a test
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Tinytest.add("less - presence", function(test) {
|
||||
|
||||
var div = document.createElement('div');
|
||||
UI.materialize(Template.less_test_presence, div);
|
||||
Blaze.renderComponent(Template.less_test_presence, div);
|
||||
div.style.display = 'block';
|
||||
document.body.appendChild(div);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user