std/assert
denobot c6193ac887
chore: release 2024.11.13 (#6182)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-11-13 19:36:14 +09:00
..
almost_equals_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
almost_equals.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
array_includes_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
array_includes.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
assert_test.ts test(assert): add "assert() throws if expr is falsy" test (#5267) 2024-07-03 13:38:22 +09:00
assert.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
assertion_error_test.ts feat(assert): add options parameter to AssertionError constructor (#5561) 2024-07-29 17:46:15 +10:00
assertion_error.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
deno.json chore: release 2024.11.13 (#6182) 2024-11-13 19:36:14 +09:00
equal_test.ts fix(assert): check property equality up the prototype chain (#6153) 2024-11-06 19:38:19 +09:00
equal.ts fix(assert): check property equality up the prototype chain (#6153) 2024-11-06 19:38:19 +09:00
equals_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
equals.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
exists_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
exists.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
fail_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
fail.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
false_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
false.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
greater_or_equal_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
greater_or_equal.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
greater_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
greater.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
instance_of_test.ts fix(assert): accept abstract classes (#5978) 2024-09-17 15:28:22 +09:00
instance_of.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
is_error_test.ts fix(assert): accept abstract classes (#5978) 2024-09-17 15:28:22 +09:00
is_error.ts fix(assert): fix assertion error message of isError (#6147) 2024-10-25 20:04:05 +09:00
less_or_equal_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
less_or_equal.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
less_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
less.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
match_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
match.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
mod.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
not_equals_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
not_equals.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
not_instance_of_test.ts fix(assert): accept abstract classes (#5978) 2024-09-17 15:28:22 +09:00
not_instance_of.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
not_match_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
not_match.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
not_strict_equals_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
not_strict_equals.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
object_match_test.ts fix(assert): fix assertObjectMatch() prints arrays as objects (#5503) 2024-07-23 12:16:10 +10:00
object_match.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
rejects_test.ts fix(assert): accept abstract classes (#5978) 2024-09-17 15:28:22 +09:00
rejects.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
strict_equals_test.ts test(assert): change inert comments to @ts-expect-error directives (#6162) 2024-10-31 23:07:48 +09:00
strict_equals.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
string_includes_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
string_includes.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
throws_test.ts fix(assert): accept abstract classes (#5978) 2024-09-17 15:28:22 +09:00
throws.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
unimplemented_test.ts test(assert): improve test coverage (#4679) 2024-05-07 00:08:16 +00:00
unimplemented.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
unreachable_test.ts BREAKING(assert): make unreachable() consistent with @std/assert (#4943) 2024-06-03 13:33:17 +00:00
unreachable.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
unstable_never_test.ts refactor(assert): move unstable assertNever under @std/assert/unstable-never (#5928) 2024-09-11 19:38:13 +09:00
unstable_never.ts refactor(assert): move unstable assertNever under @std/assert/unstable-never (#5928) 2024-09-11 19:38:13 +09:00