UNPKG
magic-core
Version:
latest (0.0.1)
0.0.1
魔数
github.com/magic-number/magic-core
magic-number/magic-core
magic-core
/
src
/
index.js
7 lines
(6 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
TestCase
from
'./testcase'
import
TestSuite
from
'./testsuite'
export
{
TestCase
,
TestSuite
}