Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Jan 14, 2025
1 parent 8c0d362 commit dd8af99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const runBin = async () => {
};
};

describe("CLI E2E Test", { timeout: 60_000 }, () => {
describe("CLI E2E Test", { timeout: 120_000 }, () => {
let dir: string | null = null;

beforeEach(async () => {
Expand Down Expand Up @@ -92,7 +92,7 @@ describe("CLI E2E Test", { timeout: 60_000 }, () => {
await waitForLine(stdout, "Initialize git repo?");
stdin.write(EOL);
await waitForLine(stdout, "Select package manager");
stdin.write(cursorDown() + EOL);
stdin.write(EOL);
await waitForExit();

const packageJson = JSON.parse(
Expand Down

0 comments on commit dd8af99

Please sign in to comment.