UNPKG
@difizen/magent-libro
Version:
latest (0.1.30)
0.1.30
0.1.29
0.1.28
0.1.27
github.com/difizen/magent
difizen/magent
@difizen/magent-libro
/
src
/
index.spec.ts
9 lines
(7 loc)
•
142 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
'reflect-metadata'
;
import
assert
from
'assert'
;
describe
(
'magent-libro'
,
() =>
{
it
(
'#import'
,
() =>
{
assert
(
true
); }); });