summaryrefslogtreecommitdiffstats
path: root/dom/webgpu/tests/cts/checkout/tools/server
blob: 01e5a8a0c86b7c71b4a45723961233f3307f5b9b (plain)
1
2
3
4
5
6
#!/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');