Comparing version 2.0.1 to 2.0.2
# History | ||
## 2.0.2 (2015-06-09) | ||
* Fix a bug caused by PhantomJS stdout | ||
## 2.0.1 (2015-06-08) | ||
@@ -5,0 +9,0 @@ |
@@ -42,2 +42,3 @@ // This file is part of pa11y. | ||
phantom: { | ||
onStdout: function () {}, | ||
parameters: { | ||
@@ -44,0 +45,0 @@ 'ignore-ssl-errors': 'true', |
{ | ||
"name": "pa11y", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
@@ -5,0 +5,0 @@ "description": "pa11y is your automated accessibility testing pal", |
@@ -97,2 +97,6 @@ // This file is part of pa11y. | ||
it('should have a `phantom.onStdout` method', function () { | ||
assert.isFunction(defaults.phantom.onStdout); | ||
}); | ||
it('should have a `phantom.parameters` property', function () { | ||
@@ -99,0 +103,0 @@ assert.isObject(defaults.phantom.parameters); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
248124
2086