UNPKG
lol-splash
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.4
0.0.3
0.0.0
League of Legends Splash Art API
github.com/B4129/lol-splash
B4129/lol-splash
lol-splash
/
test
/
champions
/
index.test.ts
7 lines
(5 loc)
•
225 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{lol}
from
'../../src'
;
test
(
'指定のスキンURLの取得'
,
() =>
{
const
url = lol.
champion
(
'Poppy'
).
skin
(
1
);
expect
( url ).
toBe
(
'https://ddragon.leagueoflegends.com/cdn/img/champion/splash/Poppy_1.jpg'
); });