mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 14:41:15 +00:00
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:
parent
63bbe2a2e0
commit
eab0647bd1
6 changed files with 163 additions and 181 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue