1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/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
No EOL
211 B
JavaScript

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