aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/testing/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/testing/BUILD.bazel')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/testing/BUILD.bazel28
1 files changed, 0 insertions, 28 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/testing/BUILD.bazel b/sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/testing/BUILD.bazel
deleted file mode 100644
index 5442ff4b..00000000
--- a/sandbox/testAppNevena/Front/node_modules/@angular-devkit/schematics/testing/BUILD.bazel
+++ /dev/null
@@ -1,28 +0,0 @@
-load("//tools:defaults.bzl", "ts_library")
-
-# Copyright Google Inc. All Rights Reserved.
-#
-# Use of this source code is governed by an MIT-style license that can be
-# found in the LICENSE file at https://angular.io/license
-licenses(["notice"])
-
-package(default_visibility = ["//visibility:public"])
-
-ts_library(
- name = "testing",
- srcs = glob(
- include = ["**/*.ts"],
- ),
- data = ["package.json"],
- module_name = "@angular-devkit/schematics/testing",
- module_root = "index.d.ts",
- deps = [
- "//packages/angular_devkit/core",
- "//packages/angular_devkit/schematics",
- "//packages/angular_devkit/schematics/tasks",
- "//packages/angular_devkit/schematics/tasks/node",
- "//packages/angular_devkit/schematics/tools",
- "@npm//@types/node",
- "@npm//rxjs",
- ],
-)