UNPKG
@xcapit/shelter-sdk
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
SDK for Shelter smart contracts on Stellar
github.com/xcapit/shelter
xcapit/shelter
@xcapit/shelter-sdk
/
dist
/
index.test.js
7 lines
(6 loc)
•
108 B
JavaScript
View Raw
1
2
3
4
5
6
7
describe
(
'Test'
,
() =>
{
test
(
'test'
,
() =>
{
expect
(
true
).
toBeTruthy
(); }); });
export
{};