Vojta Jina
Vojta Jina
There is new feature - running only tests that matches given regular expression. See this change log: http://code.google.com/p/js-test-driver/source/detail?r=952 I haven't tested this change with jasmine adapter, you can build latest...
Allow splitting a single test suite into multiple chunks, so that it can be executed in multiple browsers and therefore executed on multiple machines or at least using multiple cores.
See https://github.com/karma-runner/karma/issues/240 for more A single report for all browsers.
Similar to Chrome launcher.
Based on #382 ``` var path = require('path'); var mm = require('minimatch'); var pattern = '!**/*.js'; var normalizedPattern = path.resolve(pattern); var filePath = path.resolve('/some/path/to/file.coffee'); mm(filePath,pattern); true mm(filePath,normalizedPattern); false ```
!This is not meant to be submitted as it is of now! **Annotations** Eventually all the `.$x` properties might become annotations. ``` js var MainController = function($scope) {...}; MainController.$inject =...
https://github.com/angular/angular.js/blob/master/images/favicon.ico