Ondřej Dušek
Ondřej Dušek
Pull request https://github.com/perminder-klair/angular-soundmanager2/pull/43
I have made docker image for this awesome tool. Feel free to use or fork, whatever you want... https://gitlab.com/xduseko/subsync
You can create custom container for each test case. ``` js const IoC = require('electrolyte'); describe('myModule', function() { let container; beforeEach(function() { container = new IoC.Container(); container.use(IoC.dir('app/myContainerFolder')); myModule = container.create('myModule');...