mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
// Imports
|
|
import {runTests} from '../common/run-tests';
|
|
|
|
// Run
|
|
const specFiles = [`${__dirname}/**/*.e2e.js`];
|
|
runTests(specFiles);
|