chai-gulp-helpers
Advanced tools
Comparing version
@@ -42,4 +42,4 @@ "use strict"; | ||
"expected file `" + expectedRelativePaths[i] + "` in #{this} to not have contents #{exp} but got #{act}", | ||
expected[i], | ||
actual[i] | ||
expected[i].contents, | ||
actual[i].contents | ||
); | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "chai-gulp-helpers", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A simple test helper to verify that your stream returns the expected files.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5493
0.33%