UNPKG
poi-plugin-leveling
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.1
Ship Leveling Planner
github.com/poooi/poi-plugin-leveling
poooi/poi-plugin-leveling
poi-plugin-leveling
/
test
/
structs.js
13 lines
(9 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{ }
from
'../structs'
const
assert =
require
(
'assert'
)
const
spec = it
describe
(
'structs'
,
() =>
{
spec
(
'ExpValue'
,
() =>
{
assert
(
true
,
'dummy'
) }) })