3
3
# Use of this source code is governed by an MIT-style license that can be
4
4
# found in the LICENSE file at https://angular.dev/license
5
5
6
- load ("@npm//@bazel/jasmine:index.bzl" , "jasmine_node_test" )
7
6
load ("//tools:defaults.bzl" , "pkg_npm" )
8
- load ("//tools:interop .bzl" , "ts_project" )
7
+ load ("//tools:defaults2 .bzl" , "jasmine_test " , "ts_project" )
9
8
load ("//tools:ts_json_schema.bzl" , "ts_json_schema" )
10
9
11
10
licenses (["notice" ])
@@ -61,8 +60,8 @@ ts_project(
61
60
data = [":schematics_assets" ],
62
61
module_name = "@angular/ssr/schematics" ,
63
62
deps = [
64
- "//packages/angular_devkit/schematics:schematics_rjs " ,
65
- "//packages/schematics/angular:angular_rjs " ,
63
+ "//packages/angular/ssr:node_modules/@angular-devkit/schematics " ,
64
+ "//packages/angular/ssr:node_modules/@ schematics/angular" ,
66
65
],
67
66
)
68
67
@@ -80,17 +79,14 @@ ts_project(
80
79
),
81
80
deps = [
82
81
":schematics_rjs" ,
83
- "//packages/angular_devkit/schematics/testing:testing_rjs " ,
82
+ "//packages/angular/ssr:node_modules/@angular-devkit/schematics " ,
84
83
],
85
84
)
86
85
87
- jasmine_node_test (
86
+ jasmine_test (
88
87
name = "ssr_schematics_test" ,
89
- srcs = [":ssr_schematics_test_lib" ],
90
- deps = [
91
- "@npm//jasmine" ,
92
- "@npm//source-map" ,
93
- "@npm//typescript" ,
88
+ data = [
89
+ ":ssr_schematics_test_lib_rjs" ,
94
90
],
95
91
)
96
92
0 commit comments