Sign in
chromium
/
external
/
github.com
/
gpuweb
/
cts
/
HEAD
/
.
/
tools
/
validate
blob: 03b3a61bb1568bb8527b120991a1c984bf0c771c [
file
] [
log
] [
blame
]
#!/usr/bin/env node
// Validate several properties of test files and the tests in them.
require
(
'../src/common/tools/setup-ts-in-node.js'
);
require
(
'../src/common/tools/validate.ts'
);