mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The `xvfb.start()` and `xvfb.stop()` methods are asynchronous but were being called synchronously. This can lead to race conditions where the tests start running before the virtual frame buffer is fully initialized, or the process exits before it's fully stopped. This commit promisifies the `start` and `stop` methods to ensure they are properly awaited, making the e2e test setup more robust. PR Close #64310 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| completion_spec.ts | ||
| definition_spec.ts | ||
| helper.ts | ||
| hover_spec.ts | ||
| index.ts | ||
| jasmine.ts | ||