[ALOY-649] Don't put ticket-based test apps on npm
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-05-01T16:51:56.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.2.0, 2013 Sprint 09 |
Components | Tooling |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2013-05-01T16:49:28.000+0000 |
Updated | 2013-07-30T21:18:06.000+0000 |
Description
The test apps in "test/apps/testing" are critical for verifying the resolution of issues, but they are not meant to serve as examples for other developers. Take the [grammar test app](https://github.com/appcelerator/alloy/blob/master/test/apps/testing/grammar/styles/index.tss) for example, which uses horrific TSS notation in order to stress test the TSS grammar parsing. Developers should _never_ write TSS like this, but it allows the Alloy compiler in automated testing to get a full workout.
We should add and entry for "test/apps/testing" in the .npmignore file so that these test are noe pushed to the npm repo, but remain resident only in the github repo.
commit: https://github.com/appcelerator/alloy/commit/591ad0a2feaa49d7d03224f82a87adc46862ef1d
Ticket based test apps not present on npm. Closing.