mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-24 08:06:17 +08:00
5 lines
269 B
JavaScript
5 lines
269 B
JavaScript
// This file is necessary when using a linked @angular/cli to this repo, meaning that
|
|
// require('@angular/cli/plugins/karma') will load this file, and we just forward to
|
|
// the actual published file.
|
|
module.exports = require('../packages/@angular/cli/plugins/karma');
|