We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c416b0 commit d08708fCopy full SHA for d08708f
packages/remix-dev/__tests__/cli-test.ts
@@ -230,7 +230,7 @@ describe("remix CLI", () => {
230
await interactWithShell(proc, [
231
{ question: /Where.*create.*app/i, type: [projectDir, ENTER] },
232
{ question: /What type of app/i, answer: /basics/i },
233
- { question: /Where.*deploy/i, answer: /express/i },
+ { question: /Where.*deploy/i, answer: /remix/i },
234
{ question: /typescript or javascript/i, answer: /typescript/i },
235
{ question: /install/i, type: ["n", ENTER] },
236
]);
@@ -255,7 +255,7 @@ describe("remix CLI", () => {
255
256
257
258
259
{ question: /typescript or javascript/i, answer: /javascript/i },
260
261
0 commit comments