std/assert
Asher Gomez 0b2497f16e
fix: update codebase to work with Deno RC (#6018)
* fix: update codebase to work with Deno RC

* work

* fix

* fix

* fix

* fixes

* work

* update

* fixes

* fix

* revert
2024-09-20 09:29:31 +10: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.09.12 (#5969) 2024-09-12 19:18:10 +09:00
equal_test.ts fix(assert): value-equal complex keys (#5914) 2024-09-09 15:01:36 +10:00
equal.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10: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
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: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10: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 BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10: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
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