Skip to content

Commit

Permalink
Fix litn
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Sep 25, 2023
1 parent 79780ae commit 262a041
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ suite('Terminal Environment Variable Collection Service', () => {
verify(collection.replace('CONDA_PREFIX', 'prefix/to/conda', anything())).once();
});

// eslint-disable-next-line consistent-return
test('If activated variables contain PS1, prefix it using shell integration', async function () {
if (getOSType() === OSType.Windows) {
return this.skip();
Expand Down

0 comments on commit 262a041

Please sign in to comment.