From 4afb4b6e46de2ed536a3c9828d70d7799b5b6d03 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 31 Jul 2020 11:12:20 +0200 Subject: feat: add $STD_VERSION replacement variable in docs (#6922) --- docs/contributing/style_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing') diff --git a/docs/contributing/style_guide.md b/docs/contributing/style_guide.md index a54f29281..7e68b04e4 100644 --- a/docs/contributing/style_guide.md +++ b/docs/contributing/style_guide.md @@ -278,7 +278,7 @@ test myTestFunction ... ok Example of test: ```ts -import { assertEquals } from "https://deno.land/std@v0.11/testing/asserts.ts"; +import { assertEquals } from "https://deno.land/std@$STD_VERSION/testing/asserts.ts"; import { foo } from "./mod.ts"; Deno.test("myTestFunction" function() { -- cgit v1.2.3