mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -05:00
bump test runner revision (#2800)
This commit is contained in:
parent
f0a235563e
commit
389763c04e
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ const PRETTIER_URL: &str = "https://deno.land/std@v0.11/prettier/main.ts";
|
|||
/// Used for `deno install...` subcommand
|
||||
const INSTALLER_URL: &str = "https://deno.land/std@v0.11/installer/mod.ts";
|
||||
/// Used for `deno test...` subcommand
|
||||
const TEST_RUNNER_URL: &str = "https://deno.land/std@15afc61/testing/runner.ts";
|
||||
const TEST_RUNNER_URL: &str = "https://deno.land/std@4531fa8/testing/runner.ts";
|
||||
|
||||
/// These are currently handled subcommands.
|
||||
/// There is no "Help" subcommand because it's handled by `clap::App` itself.
|
||||
|
|
Loading…
Reference in a new issue