Daniel Steinberg

Results 4 issues of Daniel Steinberg

``` beforeEach(function () { angular .module("tmh-dynamic-locale-provider-holder", [ "tmh.dynamicLocale" ]) .config(['tmhDynamicLocaleProvider', function (tmhDynamicLocaleProvider) { tmhDynamicLocaleProvider.localeLocationPattern('base/bower_components/angular-i18n/angular-locale_{{locale}}.js'); }]); }); describe('...', function() { var tmhDynamicLocale; var async = new AsyncSpec(this); ... async.beforeEach(function(done) { module('tmh-dynamic-locale-provider-holder');...

While the map has nodes for **Continous delivery** and **Continuous deployment**, I see no node for **Continuous integration.** While **Automated build verification** is an aspect of CI, the aspect of...

A great benefit of Java String Utils libraries such as Apache Commons StringUtils is their null-safety. You should be able to provide null/undefined-safety to your JavaScript String wrapper functions, e.g....

We are injecting mocks into our code using **squire.js**. Code covered by such tests is not being reported as covered. EXAMPLE: ``` require(['Foo'], function(foo) { describe('Foo', function() { it('should do...