From eab0647bd1184d0ade9a54b8720eb52300d2ba5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 14 Aug 2019 16:22:31 +0200 Subject: refactor 'assertEquals' (denoland/deno_std#560) * merge 'testing/pretty.ts' into 'testing/asserts.ts' * throw AssertionError in assertEquals * update misc tests use AssertionError Original: https://github.com/denoland/deno_std/commit/ff2d7f24dbc955650a11fc8db2f35c0aa38dcdb1 --- bundle/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle/test.ts') diff --git a/bundle/test.ts b/bundle/test.ts index d618e202b..126b8682b 100644 --- a/bundle/test.ts +++ b/bundle/test.ts @@ -4,10 +4,10 @@ import { test } from "../testing/mod.ts"; import { assert, AssertionError, + assertEquals, assertStrictEq, assertThrowsAsync } from "../testing/asserts.ts"; -import { assertEquals } from "../testing/pretty.ts"; import { evaluate, instantiate, load, ModuleMetaData } from "./utils.ts"; /* eslint-disable @typescript-eslint/no-namespace */ -- cgit v1.2.3