fix(std/testing/asserts): Support browsers (#5847)

This commit is contained in:
Nayeem Rahman 2020-05-25 18:32:34 +01:00 committed by GitHub
parent 08f74e1f6a
commit 4ebd243423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 27 additions and 8 deletions

View file

@ -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;