mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Suppress logs on javascript: attribute tests
This commit is contained in:
@@ -1950,9 +1950,13 @@ Tinytest.add(
|
||||
return Session.get(sessionKey);
|
||||
};
|
||||
|
||||
var numUrlAttrs = 4;
|
||||
var div = renderToDiv(tmpl);
|
||||
|
||||
var checkAttrs = function (url, isJavascriptProtocol) {
|
||||
if (isJavascriptProtocol) {
|
||||
Meteor._suppress_log(numUrlAttrs);
|
||||
}
|
||||
Session.set(sessionKey, url);
|
||||
Deps.flush();
|
||||
_.each(
|
||||
|
||||
Reference in New Issue
Block a user