Skip to content

Commit

Permalink
Fixes path to the test file (#366)
Browse files Browse the repository at this point in the history
* Fixes path to the test file

* Fixes both file locations
  • Loading branch information
cstuder authored and maggiepint committed Jan 9, 2017
1 parent 5673ea8 commit c3669b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/moment/06-i18n/05-adding-locale.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Adding your locale to Moment.js
---


To add your locale to Moment.js, submit a pull request with both a locale file and a test file. You can find examples in `moment/locale/fr.js` and `moment/test/locale/fr.js`.
To add your locale to Moment.js, submit a pull request with both a locale file and a test file. You can find examples in `moment/src/locale/fr.js` and `moment/src/test/locale/fr.js`.

To run the tests in Node.js, do `npm install`, then `grunt`.

Expand Down

0 comments on commit c3669b1

Please sign in to comment.