timezone-mock
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "timezone-mock", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A JavaScript library to mock the local timezone.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,3 @@ timezone-mock | ||
This module is useful for testing that code works correctly when run in | ||
other timezones, especially those which have Daily Saving Time if the | ||
other timezones, especially those which have Daylight Saving Time if the | ||
timezone of your test system does not. | ||
@@ -50,2 +50,3 @@ | ||
* UTC | ||
I found that testing on these three were enough to ensure code worked in | ||
@@ -52,0 +53,0 @@ all timezones (import factor is to test on a timezone with Daylight Saving |
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
24226
65