Titanium JIRA Archive
Alloy (ALOY)

[ALOY-385] Standardize unit testing for optimizer.js

GitHub Issuen/a
TypeStory
PriorityMedium
StatusResolved
ResolutionFixed
Resolution Date2012-11-15T02:25:36.000+0000
Affected Version/sAlloy 0.3.1
Fix Version/sAlloy 0.3.2, 2012 Sprint 23
ComponentsXML
Labelsn/a
ReporterTony Lukasavage
AssigneeUnknown
Created2012-11-14T13:53:24.000+0000
Updated2018-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.

Comments

  1. Tony Lukasavage 2012-11-15

    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

JSON Source