UNPKG
slow-data
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.1-rc1
Generated anolog data by schema
github.com/huyinghuan/slow-data
huyinghuan/slow-data
slow-data
/
test
/
common.js
13 lines
(7 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
(
function
(
) {
var
Base
, entity, queue;
Base
=
require
(
'./base'
); entity =
new
Base
(
'common'
); queue = [
/[(a-z)]{4,5}/
,
/[(a-zA-Z)]{8}/
]; entity.
testAll
(queue); }).
call
(
this
);