mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Added basic fatal message functionality.
This commit is contained in:
parent
99ef24f93b
commit
1d44bf5da3
7 changed files with 81 additions and 4 deletions
|
@ -0,0 +1,11 @@
|
|||
describe('FatalMessageService', function() {
|
||||
|
||||
beforeEach(module('stf.fatal-message'));
|
||||
|
||||
it('should ...', inject(function(FatalMessageService) {
|
||||
|
||||
//expect(FatalMessageService.doSomething()).toEqual('something');
|
||||
|
||||
}));
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue