Commit 452c3ba
Fix Windows path escaping in Vitest config for fast-check alias
Use JSON.stringify to properly escape backslashes in the fast-check
source path when writing the Vitest config file. On Windows, path.join
produces backslashes which were interpreted as escape characters in the
JS string literal, causing 'Cannot find package fast-check' errors.
Co-authored-by: Nicolas DUBIEN <[email protected]>1 parent 3688607 commit 452c3ba
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments