We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850d486 commit 3784f56Copy full SHA for 3784f56
test/JsonMode.test.ts
@@ -10,7 +10,7 @@ let eleventy: Eleventy;
10
11
beforeAll(async () => {
12
eleventy = createTestInstance({
13
- launchPath: "auto",
+ launchPath: "docker",
14
resolveLaunchPath: false,
15
noSTL: true,
16
silent: true,
test/WriteMode.test.ts
@@ -13,8 +13,8 @@ let eleventy: Eleventy;
- launchPath: "nightly",
17
- // resolveLaunchPath: false,
+ resolveLaunchPath: false,
18
19
});
20
0 commit comments