@touch4it/ical-timezones
Advanced tools
Comparing version 1.1.0 to 1.1.1
# ical-timezone Changelog | ||
## 1.1.1 (2019-12-12) | ||
- Added tests to npm package | ||
## 1.1.0 (2019-12-06) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@touch4it/ical-timezones", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "iCal timezone component generator", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/touch4it/ical-timezones", |
@@ -27,1 +27,5 @@ const app = require('../index'); | ||
}); | ||
test('Correct timezone object for "GMT Standard Time" timezone', () => { | ||
expect(app.getVtimezone('GMT Standard Time')).toBe(expected); | ||
}); |
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
229987
860