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
fix test
  • Loading branch information
Fil committed Apr 22, 2024
commit baeee2760369626353ec9d7ca25f9e6857f19bd5
4 changes: 2 additions & 2 deletions test/create-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe("create", () => {
effects.clack.inputs.push(
"./template-test", // Where to create your project?
"Template Test", // What to title your project?
true, // Include sample files to help you get started?
"default", // Include sample files to help you get started?
null, // Install dependencies?
false // Initialize git repository?
);
Expand Down Expand Up @@ -41,7 +41,7 @@ describe("create", () => {
effects.clack.inputs.push(
"./template-test", // Where to create your project?
"Template Test", // What to title your project?
false, // Include sample files to help you get started?
"empty", // Include sample files to help you get started?
null, // Install dependencies?
false // Initialize git repository?
);
Expand Down
Loading