[ALOY-385] Standardize unit testing for optimizer.js
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-11-15T02:25:36.000+0000 |
Affected Version/s | Alloy 0.3.1 |
Fix Version/s | Alloy 0.3.2, 2012 Sprint 23 |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-11-14T13:53:24.000+0000 |
Updated | 2018-03-07T22:26:02.000+0000 |
Description
The testing for the optimizer.js script is currently embedded in the code for the optimizer.js itself. We should pull this testing out of the optimizer.js file and instead group it with the rest of the unit testing for alloy.
Unit testing has been removed from the optimizer.js file itself and ported into the jasmine-based unit testing that the rest of alloy uses. It can be found here: https://github.com/appcelerator/alloy/blob/master/test/specs/optimizer.js