1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Add upload and installation errors.

This commit is contained in:
Gunther Brunner 2014-09-04 16:10:42 +09:00
parent 7ea5dd2777
commit 2f172c2fda
14 changed files with 165 additions and 69 deletions

View file

@ -0,0 +1,13 @@
describe('upload', function() {
beforeEach(angular.mock.module(require('./').name))
it('should ...', inject(function($filter) {
var filter = $filter('upload')
expect(filter('input')).toEqual('output')
}))
})