Skip to content

Instantly share code, notes, and snippets.

//тесты для текущего(твоего) варианта директивы
describe('statsHeight', function() {
var $compile,
$rootScope,
$timeout;
beforeEach(function () {
angular.mock.module('gby.common');
});