test: migrate remaining public-api tests to Bazel (#22639)
We now create npm packages to cover all the public api assertions in tools/public_api_guard. We no longer depend on ts-api-guardian from npm - it is now stale since the repository was archived. There is no longer a gulp task to enforce or accept the public API, this is in CircleCI as part of running all bazel test targets. PR Close #22639
This commit is contained in:

committed by
Kara Erickson

parent
b26a90567c
commit
1e6cc42a01
@ -13,12 +13,6 @@ travisFoldStart "test.e2e.buildPackages"
|
||||
./build.sh
|
||||
travisFoldEnd "test.e2e.buildPackages"
|
||||
|
||||
|
||||
travisFoldStart "test.e2e.publicApi"
|
||||
$(npm bin)/gulp public-api:enforce
|
||||
travisFoldEnd "test.e2e.publicApi"
|
||||
|
||||
|
||||
travisFoldStart "test.e2e.check-cycle"
|
||||
$(npm bin)/gulp check-cycle
|
||||
travisFoldEnd "test.e2e.check-cycle"
|
||||
|
Reference in New Issue
Block a user