MCPcopy Create free account
hub / github.com/angular/components /

Class

test/bazel-karma-local-config.js:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37};
38
39class KarmaPluginArrayWithoutWatchers extends Array {
40 // The Bazel Karma rules only register new plugins using `.push`.
41 push(...plugins) {
42 plugins.filter(p => typeof p === 'object').forEach(p => delete p.watcher);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected