UNPKG
betsol-ng-time-counter
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
Minimalistic time-counter for Angular.js
github.com/betsol/ng-time-counter
betsol/ng-time-counter
betsol-ng-time-counter
/
test
/
test-module.js
15 lines
(9 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
describe
(
'Module'
,
function
(
) {
//==============//
// INITIALIZING //
//==============//
beforeEach
(
module
(
'betsol.timeCounter'
));
//=========//
// TESTING //
//=========//
});