Skip to content

Commit

Permalink
fix(devtools): add d3 and semver dsl umd modules to karma tests for n…
Browse files Browse the repository at this point in the history
…g-devtools and ng-devtools-backend

These modules are necessary because concatjs_devserver needs named amd/umd modules (https://bazelbuild.github.io/rules_nodejs/Concatjs.htmlrangle/angular-devtools#third-party-code)
  • Loading branch information
AleksanderBodurri committed Nov 10, 2021
1 parent 0fe26a6 commit 64942d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -29,6 +29,7 @@ karma_web_test_suite(
":test-lib",
"@npm//:node_modules/tslib/tslib.js",
"//src:rxjs_umd_modules",
"//src:semver-dsl_umd_modules",
],
)

Expand Down
1 change: 1 addition & 0 deletions projects/ng-devtools/src/lib/devtools-tabs/BUILD.bazel
Expand Up @@ -58,6 +58,7 @@ karma_web_test_suite(
deps = [
"//projects/ng-devtools/src/lib/devtools-tabs:devtools-tabs-test",
"//src:rxjs_umd_modules",
"//src:d3_umd_modules",
"@npm//:node_modules/tslib/tslib.js",
],
)

0 comments on commit 64942d3

Please sign in to comment.