Skip to content

Commit d08708f

Browse files
markdalgleishbrophdawg11
authored andcommitted
test(dev): fix CLI test (#6698)
1 parent 1c416b0 commit d08708f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/remix-dev/__tests__/cli-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ describe("remix CLI", () => {
230230
await interactWithShell(proc, [
231231
{ question: /Where.*create.*app/i, type: [projectDir, ENTER] },
232232
{ question: /What type of app/i, answer: /basics/i },
233-
{ question: /Where.*deploy/i, answer: /express/i },
233+
{ question: /Where.*deploy/i, answer: /remix/i },
234234
{ question: /typescript or javascript/i, answer: /typescript/i },
235235
{ question: /install/i, type: ["n", ENTER] },
236236
]);
@@ -255,7 +255,7 @@ describe("remix CLI", () => {
255255
await interactWithShell(proc, [
256256
{ question: /Where.*create.*app/i, type: [projectDir, ENTER] },
257257
{ question: /What type of app/i, answer: /basics/i },
258-
{ question: /Where.*deploy/i, answer: /express/i },
258+
{ question: /Where.*deploy/i, answer: /remix/i },
259259
{ question: /typescript or javascript/i, answer: /javascript/i },
260260
{ question: /install/i, type: ["n", ENTER] },
261261
]);

0 commit comments

Comments
 (0)