chai-datetime
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "chai-datetime", | ||
"version": "1.4.0", | ||
"keywords": ["chai", "testing", "jasmine"], | ||
"version": "1.4.1", | ||
"keywords": ["chai", "chai-plugin", "objects", "date", "time", "browser", "testing", "jasmine"], | ||
"description": "date / time comparison matchers for chai", | ||
@@ -6,0 +6,0 @@ "main": "chai-datetime.js", |
@@ -62,3 +62,3 @@ # chai-datetime | ||
d1.should.equalDate.d2 | ||
d1.should.equalDate(d2) | ||
expect(d1).to.equalDate(d2) | ||
@@ -65,0 +65,0 @@ assert.equalDate(d1, d2) |
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
30252