build: disable jasminewd2 types for sourcemap playground test (#46888)
The sourcemap test in the e2e playground is now using async/await code. This results in errors now with the Bazel TS compilation because it detects that `expect` is returning a promise and should be awaited. This happens due to the jasminewd2 types. We should just use the actual jasmine types and not rely on the deprecated selenium control flow, using explicit async/await in the whole test. This also solves the issue with the source-map types being async/await now. PR Close #46888
Showing
- modules/playground/e2e_test/example_test.bzl 15 additions, 8 deletionsmodules/playground/e2e_test/example_test.bzl
- modules/playground/e2e_test/sourcemap/BUILD.bazel 1 addition, 0 deletionsmodules/playground/e2e_test/sourcemap/BUILD.bazel
- modules/playground/e2e_test/sourcemap/sourcemap_spec.ts 32 additions, 34 deletionsmodules/playground/e2e_test/sourcemap/sourcemap_spec.ts
Please register or sign in to comment