Opened 12 years ago
Closed 11 years ago
#10902 closed feature (fixed)
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)
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → build |
---|---|
Milestone: | None → 1.7.2 |
Owner: | set to mikesherov |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 12 years ago by
comment:3 Changed 11 years ago by
https://github.com/jquery/jquery/pull/649
@dmethvin, your wish is my command!
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #10902. DRY up the ways to include src files in tests.
Changeset: dd900460ac6f77be71ceb878bc2cd1465397dc60
Note: See
TracTickets for help on using
tickets.
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.