Jordan Welch

Results 7 issues of Jordan Welch

Just adding a `.gitignore` and removing the `.DS_Store` that isn't needed.

**What**: Add dark mode logo for the README **Why**: Currently the logo has a white rectangle around it in GitHub when the user has a dark theme. **How**: Adding a...

Updates JSDoc to 4.0.0. This JSDoc version [removes a reliance on abandoned package `taffydb`](https://github.com/jsdoc/jsdoc/blob/main/CHANGES.md) This resolves a [CVE/dependabot alert](https://github.com/JHWelch/encrypted-env-viewer/security/dependabot/7) related to `taffydb`. I looked at the upgrade notes from JSDoc,...

### What: - [ ] Bug Fix - [X] New Feature ### Description: This PR is to add the functionality I described in a [recent discussion thread](https://github.com/pestphp/pest/discussions/1143). This PR is...

Adds a Dark Theme version of the hero image for the README Colors copied from Dark version of [Vite PWA Website](https://vite-pwa-org.netlify.app/) ## BEFORE ### Light ![CleanShot 2024-04-13 at 15 17...

### What: - [ ] Bug Fix - [X] New Feature ### Description: Adds the ability to `->extend(...)` `TestCall` in the same fashion that expectations are extendable. ```php test()->extend('fooBar', function...

I've been running into an error in Pest 4 that was reported a while [back in 3.7.2](https://github.com/pestphp/pest/issues/1386) where `AfterLastTestMethodErrored` events are being passed into `fromBeforeFirstTestMethodErrored`. Though the original issue was...