refactor 'assertEquals' (denoland/deno_std#560)

* merge 'testing/pretty.ts' into 'testing/asserts.ts'
* throw AssertionError in assertEquals
* update misc tests use AssertionError
Original: ff2d7f24db
This commit is contained in:
Bartek Iwańczuk 2019-08-14 16:22:31 +02:00 committed by Ryan Dahl
parent 63bbe2a2e0
commit eab0647bd1
6 changed files with 163 additions and 181 deletions

View file

@ -9,7 +9,6 @@ import {
} from "./asserts.ts";
import "./format_test.ts";
import "./diff_test.ts";
import "./pretty_test.ts";
import "./asserts_test.ts";
import "./bench_test.ts";