From 63bbe2a2e041388ec167d67c73f497ea7b8590c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 14 Aug 2019 02:03:29 +0200 Subject: ci: bump to v0.15.0 (denoland/deno_std#556) Original: https://github.com/denoland/deno_std/commit/f3ddb4f26b81b4fbed86f4b54db7b3e7e3b7fe4e --- prettier/main_test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'prettier') diff --git a/prettier/main_test.ts b/prettier/main_test.ts index cb23079d2..c255ed7da 100644 --- a/prettier/main_test.ts +++ b/prettier/main_test.ts @@ -21,7 +21,7 @@ async function run( } const cmd = [ - execPath, + execPath(), "run", "--allow-run", "--allow-write", @@ -254,13 +254,13 @@ test(async function testPrettierReadFromStdin(): Promise { ): Promise { const inputCode = stdin; const p1 = Deno.run({ - args: [execPath, "./prettier/testdata/echox.ts", `${inputCode}`], + args: [execPath(), "./prettier/testdata/echox.ts", `${inputCode}`], stdout: "piped" }); const p2 = Deno.run({ args: [ - execPath, + execPath(), "run", "./prettier/main.ts", "--stdin", -- cgit v1.2.3