e2bc0ad6c2
PR Close #25671
7 lines
139 B
TypeScript
7 lines
139 B
TypeScript
// Imports
|
|
import {runTests} from '../lib/common/run-tests';
|
|
|
|
// Run
|
|
const specFiles = [`${__dirname}/**/*.spec.js`];
|
|
runTests(specFiles);
|