UNPKG
xn-directive-location
Version:
latest (1.6.1)
1.6.1
address directive
xn-directive-location
/
tests
/
index-spec.js
11 lines
(6 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var
expect =
require
(
'expect.js'
);
var
xnDirectiveLocation =
require
(
'../index'
);
describe
(
'xn-directive-location'
,
function
(
) {
it
(
'normal usage'
,
function
(
) { }); });