You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,11 +84,11 @@ This example illustrates how to pass arguments to nodejs (as opposed to passing
84
84
The `data` attribute is optional, by default it includes the `node_modules` directory. To include your own
85
85
sources, include a file or target that produces JavaScript.
86
86
87
-
See the `examples/program` directory in this repository.
87
+
See the `examples/user_managed_deps` directory in this repository.
88
88
89
89
### Testing
90
90
91
-
The `examples/program/index.spec.js` file illustrates testing. Another usage is in https://github.com/angular/tsickle/blob/master/test/BUILD
91
+
The `examples/user_managed_deps/index.spec.js` file illustrates testing. Another usage is in https://github.com/angular/tsickle/blob/master/test/BUILD
0 commit comments