Skip to content

Commit

Permalink
fixup! test(ivy): enable unit tests for @angular/animations
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Oct 16, 2018
1 parent de4d0a3 commit 80e9b42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/animations/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,19 @@ jasmine_node_test(
":test_lib",
"//tools/testing:node",
],
tags = [
"ivy-local",
"ivy-jit",
],
)

ts_web_test_suite(
name = "test_web",
deps = [
":test_lib",
],
tags = [
"ivy-local",
"ivy-jit",
],
)

0 comments on commit 80e9b42

Please sign in to comment.