angular/modules/playground/e2e_test/sourcemap
Paul Gschwendtner 4b1204cca7 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
2022-07-19 09:40:54 -07:00
..
BUILD.bazel build: disable jasminewd2 types for sourcemap playground test (#46888) 2022-07-19 09:40:54 -07:00
sourcemap_spec.ts build: disable jasminewd2 types for sourcemap playground test (#46888) 2022-07-19 09:40:54 -07:00