mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Add Native Url opener service.
Chat temporarily enabled with the Native Url opener.
This commit is contained in:
parent
430103a913
commit
769a6b1d78
6 changed files with 118 additions and 5 deletions
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')
|
||||
|
||||
}))
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue