mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Added basic fatal message functionality.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
describe('FatalMessageService', function() {
|
||||
|
||||
beforeEach(module('stf.fatal-message'));
|
||||
|
||||
it('should ...', inject(function(FatalMessageService) {
|
||||
|
||||
//expect(FatalMessageService.doSomething()).toEqual('something');
|
||||
|
||||
}));
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user