The start of a test framework for Angular.
authorPeter Haight <peterh@giantrabbit.com>
Sun, 30 Nov 2014 00:04:29 +0000 (16:04 -0800)
committerPeter Haight <peterh@giantrabbit.com>
Tue, 23 Dec 2014 02:40:46 +0000 (18:40 -0800)
commit416abe87a5b6acb9bd426ad5c3314b797bde2441
tree577eb6459f6406caeeb8c2affb6072f8a81ee54c
parente44431fee3e48e503e8500ace6206f2d25c8956f
The start of a test framework for Angular.

To run:
npm install
npm test

The beginnings of some tests for the new Angular code. Includes some tests
for the case type stuff and the new mailing stuff.
14 files changed:
.gitignore
CRM/Core/Page/Angular.php
bower.json [new file with mode: 0644]
js/angular-crmApp.js [new file with mode: 0644]
js/angular-crmCaseType.js
js/angular-crmMailing.js
package.json [new file with mode: 0644]
templates/CRM/Core/Page/Angular.tpl
tests/karma.conf.js [new file with mode: 0644]
tests/karma/lib/crmJsonComparitor.js [new file with mode: 0644]
tests/karma/modules.js [new file with mode: 0644]
tests/karma/unit/crmCaseTypeSpec.js [new file with mode: 0644]
tests/karma/unit/crmJsonComparitor.js [new file with mode: 0644]
tests/karma/unit/crmMailingSpec.js [new file with mode: 0644]