mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Add upload and installation errors.
This commit is contained in:
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')
|
||||
|
||||
}))
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user