mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
caa383a583
After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.
Original:
|
||
---|---|---|
.. | ||
mod.ts | ||
sha1.ts | ||
sha1_test.ts | ||
test.ts |