test(ivy): enable ivy tests for platform-browser (#27460)
PR Close #27460
This commit is contained in:

committed by
Igor Minar

parent
b25f06ee7c
commit
c07afd9db1
@ -22,6 +22,7 @@ ts_library(
|
||||
"//packages/platform-browser-dynamic",
|
||||
"//packages/platform-browser/animations",
|
||||
"//packages/platform-browser/testing",
|
||||
"//packages/private/testing",
|
||||
"@rxjs",
|
||||
],
|
||||
)
|
||||
@ -29,9 +30,6 @@ ts_library(
|
||||
jasmine_node_test(
|
||||
name = "test",
|
||||
bootstrap = ["angular/tools/testing/init_node_spec.js"],
|
||||
tags = [
|
||||
"fixme-ivy-aot",
|
||||
],
|
||||
deps = [
|
||||
":test_lib",
|
||||
"//tools/testing:node",
|
||||
@ -43,9 +41,6 @@ ts_web_test_suite(
|
||||
static_files = [
|
||||
":static_assets/test.html",
|
||||
],
|
||||
tags = [
|
||||
"fixme-ivy-aot",
|
||||
],
|
||||
deps = [
|
||||
":test_lib",
|
||||
],
|
||||
|
Reference in New Issue
Block a user