Originally reported by eric@… at: http://bugs.jquery.com/ticket/14488
The current unit test instructions advise developers to install some variant of *AMP, which is a heavy install to set up their development environment. Adding a Vagrantfile and related configuration would allow the project to ship a portable server configuration along with the code, lowering the bar new developers have to clear in order to run and contribute to unit testing.
An example Vagrantfile is available in this pull request: https://github.com/jquery/jquery/pull/1410
Issue reported for jQuery 1.10.2
Related: #1999