angular-cn/aio/src/test-specs.ts

5 lines
144 B
TypeScript
Raw Normal View History

// Find all the tests.
const context = (<any>require).context('./', true, /\.spec\.ts$/);
// And load the modules.
context.keys().map(context);