html-normalizer
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "html-normalizer", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Used to normalize html and jsx to strings so they can be used in assertions.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -71,3 +71,3 @@ # Normalizer (html-normalizer) | ||
### But it's even cooler with React's JSX | ||
### But it's even cooler with React's JSX! | ||
@@ -113,3 +113,3 @@ Concatenating HTML strings is no fun. Normalizer works with JSX! ***Non React projects can still leverage Normalizer for testing.*** | ||
### The npm module is named html-normalizer | ||
### The npm module is named html-normalizer. | ||
@@ -124,3 +124,3 @@ Normalizer is on npm. `npm install html-normalizer` | ||
#### Add test coverage to legacy code faster than ever | ||
#### Add test coverage to legacy code faster than ever. | ||
@@ -135,3 +135,3 @@ This util is very useful for adding functional test coverage to legacy code. To start: | ||
#### To Do | ||
#### To Do: | ||
@@ -138,0 +138,0 @@ * Support for use in Require |
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
32154