Side navigation
#10902 closed feature (fixed)
Opened November 26, 2011 03:09PM UTC
Closed January 12, 2012 02:43AM UTC
ability to test a built version of jQuery in unit tests
Reported by: | mikesherov | Owned by: | mikesherov |
---|---|---|---|
Priority: | low | Milestone: | 1.7.2 |
Component: | build | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Would be nice to know that the build script didn't mangle anything. Also, there were 1 or 2 tickets that required me to have a single script of jQuery (async loading of jQuery test)
Attachments (0)
Change History (4)
Changed November 28, 2011 02:45AM UTC by comment:1
component: | unfiled → build |
---|---|
milestone: | None → 1.7.2 |
owner: | → mikesherov |
priority: | undecided → low |
status: | new → assigned |
Changed November 28, 2011 04:26AM UTC by comment:2
Perhaps we could generalize this to allow use of any version of jQuery at code.jquery.com as well, to see which unit tests fail with those versions.
AFAIK we'll need to response.write the correct script includes into the file. It's ugly but it should work.
Changed December 31, 2011 03:56AM UTC by comment:3
https://github.com/jquery/jquery/pull/649
@dmethvin, your wish is my command!