Skip to content

Commit db5fd18

Browse files
committed
fix create test
1 parent 5373942 commit db5fd18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/create-test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ describe("create", () => {
2121
new Set(effects.outputs.keys()),
2222
new Set([
2323
"template-test/.gitignore",
24+
"template-test/src/.gitignore",
2425
"template-test/src/aapl.csv",
2526
"template-test/src/observable.png",
2627
"template-test/src/components/timeline.js",
@@ -50,6 +51,7 @@ describe("create", () => {
5051
new Set(effects.outputs.keys()),
5152
new Set([
5253
"template-test/.gitignore",
54+
"template-test/src/.gitignore",
5355
"template-test/src/observable.png",
5456
"template-test/src/index.md",
5557
"template-test/observablehq.config.js",

0 commit comments

Comments
 (0)