summaryrefslogtreecommitdiff
path: root/std/testing/diff.ts
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2020-05-25 18:32:34 +0100
committerGitHub <noreply@github.com>2020-05-25 13:32:34 -0400
commit4ebd24342368adbb99582b87dc6c4b8cb6f44c87 (patch)
tree0e98b22c00497d48ea901bc24bad8fe182fdd056 /std/testing/diff.ts
parent08f74e1f6a180e83e13f5570811b8b7fcec90e9f (diff)
fix(std/testing/asserts): Support browsers (#5847)
Diffstat (limited to 'std/testing/diff.ts')
-rw-r--r--std/testing/diff.ts2
1 files changed, 2 insertions, 0 deletions
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;