Files
stf-DeviceFarmer/res/app/components/stf/keycodes/keycodes-spec.js
Gunther Brunner a08d9e26f0 - Refactored e2e tests in separated test suites.
- `gulp protractor` now accepts a `--suite name` flag.
- Removed warning bug in ChromeDriver.
- ControlPage test now kicks the device.
2014-08-26 16:00:02 +09:00

12 lines
250 B
JavaScript

//describe('KeycodesService', function() {
//
// beforeEach(angular.mock.module(require('./').name));
//
// it('should ...', inject(function(KeycodesService) {
//
// //expect(KeycodesService.doSomething()).toEqual('something');
//
// }));
//
//})