angular-cli/plugins/karma.js
Michał Gołębiowski 0dc2200004 docs: get rid of remaining angular-cli references (#4398)
This commit changes 2 things:
1. Changes remaining angular-cli package references to @angular/cli.
2. Where angular-cli was mentioned as a project name, it's been changed
   to Angular CLI.

Where angular-cli was meant to mean the repository name, it's been left
unchanged.
2017-02-03 11:49:52 +00:00

5 lines
268 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');