Sign in
chromium
/
external
/
github.com
/
gpuweb
/
cts.git
/
refs/heads/async-errors
/
.
/
tools
/
server
blob: 01e5a8a0c86b7c71b4a45723961233f3307f5b9b [
file
] [
log
] [
blame
] [
edit
]
#!/usr/bin/env node
// Launch a server that runs tests server-side on demand.
require
(
'../src/common/tools/setup-ts-in-node.js'
);
require
(
'../src/common/runtime/server.ts'
);