mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +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/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')
|
||||
|
||||
}))
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue