Fix virtual env won't load on linux #1720
Annotations
4 errors
tests/unit/shell/util.test.ts > shell utilities > getDefaultShellArgs > should return empty array on Linux:
tests/unit/shell/util.test.ts#L40
AssertionError: expected [ '--noprofile --norc' ] to deeply equal [ '-c', …(1) ]
- Expected
+ Received
Array [
- "-c",
- "env -i bash --noprofile --norc",
+ "--noprofile --norc",
]
❯ tests/unit/shell/util.test.ts:40:37
|
lint-and-format (macos-latest)
Process completed with exit code 1.
|
lint-and-format (windows-latest)
The job was canceled because "macos-latest" failed.
|
lint-and-format (windows-latest)
The operation was canceled.
|