You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

chai-gulp-helpers

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-gulp-helpers - npm Package Compare versions

Comparing version

to
0.0.2

4

lib/assertions/sameFilesAs.js

@@ -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",