File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.dev/license
77 */
88
9- import { jobs } from '../../src' ;
109import { JsonValue , schema } from '@angular-devkit/core' ;
1110import { Observable , of } from 'rxjs' ;
11+ import { jobs } from '../../src' ;
1212
1313export class NodeModuleJobRegistry <
1414 MinimumArgumentValueT extends JsonValue = JsonValue ,
Original file line number Diff line number Diff line change 88
99import * as path from 'path' ;
1010import { lastValueFrom } from 'rxjs' ;
11- import { NodeModuleJobRegistry } from './job-registry' ;
1211import { jobs } from '../../src' ;
12+ import { NodeModuleJobRegistry } from './job-registry' ;
1313
1414const root = path . join ( __dirname , '../test/jobs' ) ;
1515
Original file line number Diff line number Diff line change 33# Use of this source code is governed by an MIT-style license that can be
44# found in the LICENSE file at https://angular.dev/license
55
6- load ("@npm//@bazel/jasmine:index.bzl" , "jasmine_node_test" )
7- load ("//tools:interop.bzl" , "ts_project" )
6+ load ("//tools:defaults2.bzl" , "jasmine_test" , "ts_project" )
87
98licenses (["notice" ])
109
@@ -28,8 +27,6 @@ ts_project(
2827 ],
2928)
3029
31- # @external_begin
32-
3330ts_project (
3431 name = "node_test_lib" ,
3532 testonly = True ,
@@ -49,11 +46,7 @@ ts_project(
4946 ],
5047)
5148
52- jasmine_node_test (
49+ jasmine_test (
5350 name = "node_test" ,
54- srcs = [":node_test_lib" ],
55- deps = [
56- "@npm//chokidar" ,
57- ],
51+ data = [":node_test_lib_rjs" ],
5852)
59- # @external_end
You can’t perform that action at this time.
0 commit comments