Skip to content

Commit

Permalink
fix comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
SkorikSergey committed Jan 7, 2025
1 parent a7f3c37 commit f940950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/api/NodeJsExpressDevFileAPI.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ suite('NodeJS Express devfile API test', function (): void {
Logger.info(`workdir from exec section of DevWorkspace file: ${workdir}`);
Logger.info(`commandLine from exec section of DevWorkspace file: ${commandLine}`);

// Pretrier changes next line to `replaceAll("'", "'\"'\"'")` that throws an error from eslint.
// Prettier changes next line to `replaceAll("'", "'\"'\"'")` that throws an error from eslint.
// prettier-ignore
let runCommandInBash: string = commandLine.replaceAll('\'', '\'\"\'\"\'');

Expand Down

0 comments on commit f940950

Please sign in to comment.