@mozilla/rally
v0.7.1
Published
The Rally partner support library.
Maintainers
Keywords
Readme
rally.js
This is the Rally partner support library, rally.js, used to manage the lifecycle of Rally studies.
This library is used in the Rally Study Template.
Manual testing using npm link
Manual testing of rally.js can be done as follows:
- Run
npm linkin thesupport/directory. - In the directory of the testing grounds (e.g. the study-template), run
npm link "@mozilla/rally". This will make the test project use the local version ofrally.js, automatically tracking any change to it.
And to undo the linking:
- Run
npm unlink "@mozilla/rally"in the testing directory. - Run
npm unlinkin thesupport/directory.
