Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: environment options parsing error
Previously vitest failed to parse environment options when they were provided as a single line doc block like so: /** @vitest-environment-options {"url": "https://vitejs.dev"} */ The regular expression erroneously captured the JSON as well as " */".
- Loading branch information