Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14757] Create Unit Tests for node-appc

GitHub Issuen/a
TypeStory
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-08-02T23:41:52.000+0000
Affected Version/sRelease 3.1.1
Fix Version/s2013 Sprint 16, 2013 Sprint 16 Core, Release 3.2.0
ComponentsTooling
Labelsn/a
ReporterAllen Yeung
AssigneeChris Barber
Created2013-08-02T23:40:24.000+0000
Updated2017-03-14T18:25:43.000+0000

Description

We need to create unit tests for the "titanium" node module.

Comments

  1. Chris Barber 2013-08-02

    https://github.com/appcelerator/titanium/pull/50 https://github.com/appcelerator/node-appc/pull/50
  2. Chris Barber 2013-08-02

    To test, from the root of the Titanium CLI and node-appc module run:
       ./forge test
       
    To run coverage tests, you need to first install jscoverage:
       git clone git@github.com:visionmedia/node-jscoverage.git
       cd node-jscoverage
       ./configure
       make
       sudo make install
       
    Then run:
       ./forge test-cov
       
       open coverage.html
       
  3. Lee Morris 2017-03-14

    Closing ticket as fixed.

JSON Source