UNPKG
spmh
Version:
latest (1.0.0)
1.0.0
Static Package Manager
spmjs.io
carlos121493/spm
spmh
/
test
/
fixtures
/
normal
/
tests
/
index-spec.js
8 lines
(5 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
describe
(
'normal'
,
function
(
) {
it
(
'should pass'
,
function
(
) {
require
(
'../index'
); }); });