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:
parent
7ea5dd2777
commit
2f172c2fda
14 changed files with 165 additions and 69 deletions
13
res/app/components/stf/upload/upload-spec.js
Normal file
13
res/app/components/stf/upload/upload-spec.js
Normal 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')
|
||||
|
||||
}))
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue