Skip to content

Commit

Permalink
missed semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
kwu-stripe committed Oct 9, 2024
1 parent 0d361d9 commit e05fcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suite/shellEscape.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ suite('shellEscape', () => {
sandbox.stub(utils, 'getOSType').returns(utils.OSType.windows);
const output = shellEscape.shellEscape(['--project-name', 'test | whoami']);
assert.strictEqual(output, '--project-name \"test | whoami\"');
})
});
});
});

0 comments on commit e05fcc7

Please sign in to comment.