Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test harness, remove array buffer for obsolete browsers. #174

Merged
merged 1 commit into from
Jun 5, 2014

Conversation

sayrer
Copy link
Collaborator

@sayrer sayrer commented May 31, 2014

No description provided.

@@ -28,7 +28,9 @@ function run(file, callback) {
var url = path.resolve('.', path.dirname(file));
var window = jsdom(html, null, {url: url + '/'}).createWindow();
// silence QUnit error logging
window.console.error = window.console.warn = function(){};
if (window.console) {
window.console.error = window.console.warn = function(){};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want to make these just log? rather then noops? doesn't really matter tho

@fat
Copy link
Contributor

fat commented Jun 3, 2014

lgtm 👍

sayrer added a commit that referenced this pull request Jun 5, 2014
Fix test harness, remove array buffer for obsolete browsers.
@sayrer sayrer merged commit 907ac0b into master Jun 5, 2014
@caniszczyk caniszczyk deleted the release_prep branch July 1, 2014 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants