mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 14:25:17 +02:00
Add Native Url opener service.
Chat temporarily enabled with the Native Url opener.
This commit is contained in:
11
res/app/components/stf/native-url/native-url-spec.js
Normal file
11
res/app/components/stf/native-url/native-url-spec.js
Normal file
@@ -0,0 +1,11 @@
|
||||
describe('NativeUrlService', function() {
|
||||
|
||||
beforeEach(angular.mock.module(require('./').name))
|
||||
|
||||
it('should ...', inject(function(NativeUrlService) {
|
||||
|
||||
//expect(NativeUrlService.doSomething()).toEqual('something')
|
||||
|
||||
}))
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user