Skip to content

Commit 6598b19

Browse files
update test deno.json
1 parent 8f3485b commit 6598b19

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/smoke/build-ts-extension/deno.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"fs/": "jsr:/@std/fs@1.0.16/",
1313
"encoding/": "jsr:/@std/encoding@1.0.9/"
1414
},
15-
"quartoExtension": {
16-
"entryPoint": "src/test-engine.ts",
17-
"outputFile": "_extensions/test-engine/test-engine.js"
15+
"bundle": {
16+
"entryPoint": "src/test-engine.ts"
1817
}
1918
}

0 commit comments

Comments
 (0)