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 6
6
* found in the LICENSE file at https://angular.dev/license
7
7
*/
8
8
9
- import { jobs } from '../../src' ;
10
9
import { JsonValue , schema } from '@angular-devkit/core' ;
11
10
import { Observable , of } from 'rxjs' ;
11
+ import { jobs } from '../../src' ;
12
12
13
13
export class NodeModuleJobRegistry <
14
14
MinimumArgumentValueT extends JsonValue = JsonValue ,
Original file line number Diff line number Diff line change 8
8
9
9
import * as path from 'path' ;
10
10
import { lastValueFrom } from 'rxjs' ;
11
- import { NodeModuleJobRegistry } from './job-registry' ;
12
11
import { jobs } from '../../src' ;
12
+ import { NodeModuleJobRegistry } from './job-registry' ;
13
13
14
14
const root = path . join ( __dirname , '../test/jobs' ) ;
15
15
Original file line number Diff line number Diff line change 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
- load ("//tools:interop.bzl" , "ts_project" )
6
+ load ("//tools:defaults2.bzl" , "jasmine_test" , "ts_project" )
8
7
9
8
licenses (["notice" ])
10
9
@@ -28,8 +27,6 @@ ts_project(
28
27
],
29
28
)
30
29
31
- # @external_begin
32
-
33
30
ts_project (
34
31
name = "node_test_lib" ,
35
32
testonly = True ,
@@ -49,11 +46,7 @@ ts_project(
49
46
],
50
47
)
51
48
52
- jasmine_node_test (
49
+ jasmine_test (
53
50
name = "node_test" ,
54
- srcs = [":node_test_lib" ],
55
- deps = [
56
- "@npm//chokidar" ,
57
- ],
51
+ data = [":node_test_lib_rjs" ],
58
52
)
59
- # @external_end
You can’t perform that action at this time.
0 commit comments