mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Add upload and installation errors.
This commit is contained in:
13
res/app/components/stf/install/install-spec.js
Normal file
13
res/app/components/stf/install/install-spec.js
Normal file
@@ -0,0 +1,13 @@
|
||||
describe('install', function() {
|
||||
|
||||
beforeEach(angular.mock.module(require('./').name))
|
||||
|
||||
it('should ...', inject(function($filter) {
|
||||
|
||||
var filter = $filter('install')
|
||||
|
||||
expect(filter('input')).toEqual('output')
|
||||
|
||||
}))
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user