panic-client
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "panic-client", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Test client for panic-server", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -51,2 +51,3 @@ /*eslint "no-eval": "off", "id-length": "off"*/ | ||
data: null, | ||
platform: panic.platform, | ||
@@ -53,0 +54,0 @@ // default timeout |
@@ -46,2 +46,12 @@ /*globals describe, it, beforeEach*/ | ||
}); | ||
it('should export the platform', function () { | ||
var matches = {}; | ||
new Job(function () { | ||
this.data.matches.platform = this.platform; | ||
}, key, { | ||
matches: matches | ||
}); | ||
expect(matches.platform).to.be.an.instanceof(Object); | ||
}); | ||
}); |
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
251650
14
8027