We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2484cb commit 81fb3ebCopy full SHA for 81fb3eb
script/create-test-e2e.js
@@ -5,7 +5,7 @@ import { rimraf } from "rimraf";
5
const author = "Test Author";
6
const description = "Test description.";
7
const email = "test@email.com";
8
-const repository = "create-typescript-app";
+const repository = "testing-repository";
9
const owner = "TestOwner";
10
const title = "Test Title";
11
0 commit comments