From 4ebd24342368adbb99582b87dc6c4b8cb6f44c87 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Mon, 25 May 2020 18:32:34 +0100 Subject: fix(std/testing/asserts): Support browsers (#5847) --- std/testing/diff.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'std/testing/diff.ts') diff --git a/std/testing/diff.ts b/std/testing/diff.ts index 97baa089f..da1e827ac 100644 --- a/std/testing/diff.ts +++ b/std/testing/diff.ts @@ -1,4 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +/** This module is browser compatible. */ + interface FarthestPoint { y: number; id: number; -- cgit v1.2.3