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 0d9b443 commit 9889d57Copy full SHA for 9889d57
tests/docs/run/test-stdlib.ts
@@ -1 +1 @@
1
-import { readLines } from "https://deno.land/std/io/mod.ts";
+import { readLines } from "stdlib/io";
tests/smoke/run/stdlib-run-version.test.ts
@@ -9,7 +9,7 @@ import { execProcess } from "../../../src/core/process.ts";
9
import { assert } from "testing/asserts";
10
import { unitTest } from "../../test.ts";
11
12
-unitTest("yaml-intelligence-unit-regression", async () => {
+unitTest("stdlib-run-version", async () => {
13
const result = await execProcess({
14
cmd: [
15
"quarto",
0 commit comments