Paul Gschwendtner 397ea00552 build: migrate @angular-devkit/architect/node tests to rules_js
Migrates the sub-entry point tests for architect/node to `rules_js`.
2025-01-21 18:19:11 +01:00

12 lines
301 B
Python

load("//tools:interop.bzl", "ts_project")
ts_project(
name = "test_lib",
srcs = glob(["**/*.ts"]),
visibility = ["//packages/angular_devkit/architect/node:__pkg__"],
deps = [
"//:node_modules/@types/node",
"//packages/angular_devkit/architect:architect_rjs",
],
)