Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
object.groupby
/
test
/
index.js
blob: 6591d8b98aea223905ae31adfa71377d78a39465 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
var
test
=
require
(
'tape'
);
var
index
=
require
(
'../'
);
var
runTests
=
require
(
'./tests'
);
test
(
'as a function'
,
function
(
t
)
{
runTests
(
index
,
t
);
t
.
end
();
});