Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
globalthis
/
test
/
index.js
blob: dac0a10a61df7bf1a640fb61c9e5b75a42f57a75 [
file
] [
log
] [
blame
]
'use strict'
;
var
systemGlobal
=
require
(
'../'
);
var
test
=
require
(
'tape'
);
var
runTests
=
require
(
'./tests'
);
test
(
'as a function'
,
function
(
t
)
{
runTests
(
systemGlobal
(),
t
);
t
.
end
();
});