| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Karma now serves images from core to avoid polluting the logs with a lot
of 404 warnings.
This also makes it easier to read the test errors during development.
|
|
|
|
|
| |
This way unit tests can be run in multiple browsers with the command
line and tests will re-run automatically when files are changed.
|
|
|
|
|
| |
Tried to add more apps (others break).
"preprocessors" is now populated automatically based on the tested apps.
|
| |
|
|
- added karma utility to run jasmine unit tests
- added Sinon library (for stubs/mocks/fakeserver)
- added a few unit tests for core and files
- added autotest-js.sh script
|