Commit 1ea699c
fix(test): correct actionLogs spawn opts assertion for cross-platform CI
The shell option is always present in spawn opts (true on Windows, false
elsewhere). Updated deepStrictEqual to expect shell: os.platform() === 'win32'.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent fd12994 commit 1ea699c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
523 | | - | |
| 523 | + | |
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
| |||
0 commit comments