mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:43:45 +02:00
Added sprintf.
Rotation tooltips updated in realtime with current rotation degree.
This commit is contained in:
13
res/app/components/stf/sprintf/sprintf-spec.js
Normal file
13
res/app/components/stf/sprintf/sprintf-spec.js
Normal file
@@ -0,0 +1,13 @@
|
||||
describe('sprintf', function() {
|
||||
|
||||
beforeEach(module('stf.sprintf'));
|
||||
|
||||
it('should ...', inject(function($filter) {
|
||||
|
||||
var filter = $filter('sprintf');
|
||||
|
||||
expect(filter('input')).toEqual('output');
|
||||
|
||||
}));
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user