haraka-constants
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -40,1 +40,3 @@ 'use strict'; | ||
}; | ||
exports.import(exports); |
@@ -6,3 +6,3 @@ { | ||
"description": "Haraka constants", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"homepage": "http://haraka.github.io", | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -10,2 +10,7 @@ | ||
}, | ||
'CONT' : function (test) { | ||
test.expect(1); | ||
test.equal(constants.CONT, 900); | ||
test.done(); | ||
}, | ||
'stop' : function (test) { | ||
@@ -15,2 +20,12 @@ test.expect(1); | ||
test.done(); | ||
}, | ||
'deny' : function (test) { | ||
test.expect(1); | ||
test.equal(constants.deny, 902); | ||
test.done(); | ||
}, | ||
'DENY' : function (test) { | ||
test.expect(1); | ||
test.equal(constants.DENY, 902); | ||
test.done(); | ||
} | ||
@@ -17,0 +32,0 @@ } |
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
8194
126