dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
电磁锁新增临时电子围栏查询修改提交
zhangnaisong
2024-08-02
a6205cbf1a93ea8f77a771de2dbd68c8f1e52ebe
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
globalthis
/
test
/
index.js
1
2
3
4
5
6
7
8
9
10
11
'use strict';
var systemGlobal = require('../');
var test = require('tape');
var runTests = require('./tests');
test('as a function', function (t) {
runTests(systemGlobal(), t);
t.end();
});