[ALOY-384] Standardize unit testing for optimizer.js
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-11-14T19:50:24.000+0000 |
Affected Version/s | Alloy 0.3.1 |
Fix Version/s | Alloy 0.3.3, 2012 Sprint 24 |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-11-14T13:53:23.000+0000 |
Updated | 2014-02-04T00:34:51.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.
duplicate of ALOY-385