UNPKG
fingular
Version:
latest (0.2.7)
0.2.7
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
A Firebase service provider for AngularJS designed for testability.
fingular
/
test
/
spec
/
index.js
15 lines
(8 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
'use strict'
;
describe
(
'the "fingular" module'
,
function
(
) {
it
(
'exists'
,
function
(
) {
expect
(
function
(
) { angular.
mock
.
module
(
'fingular'
); }).
not
.
to
.
Throw
(); }); });