mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
- `gulp protractor` now accepts a `--suite name` flag. - Removed warning bug in ChromeDriver. - ControlPage test now kicks the device.
12 lines
250 B
JavaScript
12 lines
250 B
JavaScript
//describe('KeycodesService', function() {
|
|
//
|
|
// beforeEach(angular.mock.module(require('./').name));
|
|
//
|
|
// it('should ...', inject(function(KeycodesService) {
|
|
//
|
|
// //expect(KeycodesService.doSomething()).toEqual('something');
|
|
//
|
|
// }));
|
|
//
|
|
//})
|