blob: b0848f9cf1fc911d2ad3d5eceb368a377826f2c1 [file] [log] [blame]
describe('FilterStringService', function() {
beforeEach(angular.mock.module(require('./').name))
it('should ...', inject(function() {
//expect(FilterStringService.doSomething()).toEqual('something')
}))
})