We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5373942 commit db5fd18Copy full SHA for db5fd18
test/create-test.ts
@@ -21,6 +21,7 @@ describe("create", () => {
21
new Set(effects.outputs.keys()),
22
new Set([
23
"template-test/.gitignore",
24
+ "template-test/src/.gitignore",
25
"template-test/src/aapl.csv",
26
"template-test/src/observable.png",
27
"template-test/src/components/timeline.js",
@@ -50,6 +51,7 @@ describe("create", () => {
50
51
52
53
54
55
56
"template-test/src/index.md",
57
"template-test/observablehq.config.js",
0 commit comments