Skip to content

Commit 81fb3eb

Browse files
authoredJan 17, 2024
test: switched repository name in e2e create test (#1260)
## PR Checklist - [x] Addresses an existing open issue: fixes #1259 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Swaps the name. Straightforward.
1 parent c2484cb commit 81fb3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎script/create-test-e2e.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { rimraf } from "rimraf";
55
const author = "Test Author";
66
const description = "Test description.";
77
const email = "test@email.com";
8-
const repository = "create-typescript-app";
8+
const repository = "testing-repository";
99
const owner = "TestOwner";
1010
const title = "Test Title";
1111

0 commit comments

Comments
 (0)