Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add github template #1276

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
better test coverage
  • Loading branch information
Fil committed Apr 23, 2024
commit ac8f98862f13f4505e107f8cd92c9170c758bec8
3 changes: 2 additions & 1 deletion test/create-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe("create", () => {
"./template-github", // Where to create your project?
"GitHub Stats", // What to title your project?
"github", // Include sample files to help you get started?
"", // token
"ght_xxxxxx", // token
"", // repos or org
null, // Install dependencies?
false // Initialize git repository?
Expand All @@ -73,6 +73,7 @@ describe("create", () => {
assert.deepStrictEqual(
new Set(effects.outputs.keys()),
new Set([
"template-github/.env",
"template-github/README.md",
"template-github/docs/clone.json.ts",
"template-github/docs/collaborations.md",
Expand Down