mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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);
|