Skip to content

Commit d56af06

Browse files
committed
Update CONTRIBUTING.md
1 parent e5831cb commit d56af06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please don't edit files in the `dist` subdirectory as they are generated via gru
77
Regarding code style like indentation and whitespace, **follow the conventions you see used in the source already.**
88

99
### PhantomJS
10-
While grunt can run the included unit tests via [PhantomJS](http://phantomjs.org/), this shouldn't be considered a substitute for the real thing. Please be sure to test the `test/*.html` unit test file(s) in _actual_ browsers.
10+
While grunt runs the included unit tests via [PhantomJS](http://phantomjs.org/), this shouldn't be considered a substitute for the real thing. Please be sure to test the `test/*.html` unit test file(s) in _actual_ browsers **but please note** that the some of the tests will fail in a browser unless your time zone is `Europe/London`. The `gruntfile.js` will however correctly set the time zone for PhantomJS to ensure that the tests run during build will always use the expected time zone, regardless of your location. Remember, though, that it's only the _tests_ that expect to be in `Europe/London` - the plugin should work anywhere.
1111

1212
## Modifying the code
1313
First, ensure that you have the latest [Node.js](http://nodejs.org/) and [npm](http://npmjs.org/) installed.

0 commit comments

Comments
 (0)