Files
pnpm/__utils__
Brandon Cheng 0ef86c43cd test: turn off test retries since they can hide buggy tests (#9255)
* test: move expect blocks (without other changes) to end of test

This is required for the refactor in the next commit. The log statements
have to run before consuming the output stream, otherwise the output
stream will be empty.

* test: fix swallowed Jest expect errors in `default-reporter` package

* test: fix expected to match actual values in default-reporter tests

* refactor: remove redundant `.pipe(take(1))`

With the refactor to use `firstValueFrom`, the `take(1)` is now
redundant in many places.

```ts
firstValueFrom(output$.pipe(take(1)))
```

```ts
firstValueFrom(output$)
```

* test: turn off test retries since they can hide buggy tests
2025-03-10 00:55:47 +01:00
..
2025-03-06 12:09:26 +01:00
2025-03-06 12:09:26 +01:00
2025-03-06 12:09:26 +01:00
2025-03-02 03:11:14 +01:00
2023-03-27 01:15:13 +03:00