mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
11 lines
227 B
JavaScript
11 lines
227 B
JavaScript
describe('FatalMessageService', function() {
|
|
|
|
beforeEach(module('stf.fatal-message'));
|
|
|
|
it('should ...', inject(function(FatalMessageService) {
|
|
|
|
//expect(FatalMessageService.doSomething()).toEqual('something');
|
|
|
|
}));
|
|
|
|
}) |