From 62465ca4ee93826cd901b021a7e97b58adea5879 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sat, 2 Jan 2021 15:17:01 +0000 Subject: fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960) --- std/testing/asserts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'std/testing/asserts.ts') diff --git a/std/testing/asserts.ts b/std/testing/asserts.ts index 8548fb700..75a86a4c2 100644 --- a/std/testing/asserts.ts +++ b/std/testing/asserts.ts @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -/** This module is browser compatible. Do not rely on good formatting of values - * for AssertionError messages in browsers. */ +// This module is browser compatible. Do not rely on good formatting of values +// for AssertionError messages in browsers. import { bold, gray, green, red, stripColor, white } from "../fmt/colors.ts"; import { diff, DiffResult, DiffType } from "./_diff.ts"; -- cgit v1.2.3