UNPKG
@statechart/scpb
Version:
latest (0.1.44)
0.1.44
0.1.43
0.1.32
0.1.31
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.20
0.1.18
0.1.17
0.1.13
0.1.11
0.1.9
0.1.2
0.1.1
0.1.0
@statechart/scpb
/
test
/
index.js
8 lines
(6 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
subject =
require
(
'../'
);
describe
(
'scpb'
,
function
(
) {
it
(
'should roundtrip'
,
function
(
) {
// TODO
}); });