UNPKG
gumga-query-filter-ng
Version:
latest (1.11.5)
1.11.5
1.11.4
1.11.3
1.11.2
1.11.1
1.11.0
1.10.0
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.0.0
Gumga Query Filter
gumga-query-filter-ng
/
test
/
hql-factory.spec.js
13 lines
(7 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
describe
(
'PROVIDER: GumgaAlert'
,
function
(
) {
let
Service
= {};
beforeEach
(angular.
mock
.
module
(
'gumga.queryfilter'
));
beforeEach
(
inject
(
(
HQLFactory
) =>
{
Service
=
HQLFactory
; })) });