Files
stf-DeviceFarmer-1/res/app/components/stf/sprintf/sprintf-spec.js
Gunther Brunner e405ca1577 Added sprintf.
Rotation tooltips updated in realtime with current rotation degree.
2014-05-20 18:28:51 +09:00

13 lines
211 B
JavaScript

describe('sprintf', function() {
beforeEach(module('stf.sprintf'));
it('should ...', inject(function($filter) {
var filter = $filter('sprintf');
expect(filter('input')).toEqual('output');
}));
});