Skip to content

Commit

Permalink
Update cli.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmayamashita authored Jul 5, 2024
1 parent ba7c8df commit bdd6c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/start-frontend/__tests__/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { execFile, exec, execSync } from "node:child_process";
import fse from "fs-extra";

const START_FRONTEND = path.resolve(__dirname, "..", "dist", "index.js");
console.log('HERE: ', __dirname);

const KEY = {
ENTER: "\x0D",
Expand Down

0 comments on commit bdd6c1f

Please sign in to comment.