std/expect
denobot 10ee73dbbc
chore: release 2024.10.24 (#6145)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-24 19:23:22 +09:00
..
_any_test.ts feat(expect): add asymmetric matchers (any, anything, arrayContaining) (#4366) 2024-02-28 13:07:50 +09:00
_anything_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_array_containing_test.ts feat(expect): add asymmetric matchers (any, anything, arrayContaining) (#4366) 2024-02-28 13:07:50 +09:00
_assert_equals_test.ts test(assert): improve test coverage (#4679) 2024-05-07 00:08:16 +00:00
_assert_equals.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
_assert_not_equals_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_assert_not_equals.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
_assertion_test.ts fix(expect): support expect.hasAssertions() (#5901) 2024-09-19 14:38:32 +09:00
_assertion.ts fix(expect): support expect.hasAssertions() (#5901) 2024-09-19 14:38:32 +09:00
_asymmetric_matchers.ts fix(expect): support expect.objectContaining (#6065) 2024-10-21 23:12:53 +09:00
_build_message.ts refactor(assert,expect): import internal APIs from more specific paths (#5923) 2024-09-09 14:47:32 +09:00
_close_to_test.ts feat(expect): add expect.{closeTo, stringContaining, stringMatching} (#4508) 2024-03-26 11:57:40 +09:00
_custom_equality_tester_test.ts refactor(archive,expect,io,log,toml,yaml): remove private and public access modifiers (#5077) 2024-06-21 14:13:08 +10:00
_custom_equality_tester.ts refactor: make the code work under verbatimModuleSyntax (#4406) 2024-02-27 21:57:25 +00:00
_equal_test.ts fix(expect): value-equal complex keys in expect.equal() (#5936) 2024-09-11 20:39:54 +10:00
_equal.ts fix(expect): value-equal complex keys in expect.equal() (#5936) 2024-09-11 20:39:54 +10:00
_extend_test.ts fix(expect): improve expect type to make it work better with expect.extend (#5309) 2024-07-16 13:09:06 +09:00
_extend.ts chore: enable verbatim-module-syntax lint rule (#4539) 2024-04-02 00:57:05 +00:00
_inspect_args.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_matchers.ts refactor(expect): align error messages in the matchers (#5835) 2024-08-27 14:18:01 +09:00
_mock_util.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_object_containing_test.ts fix(expect): support expect.objectContaining (#6065) 2024-10-21 23:12:53 +09:00
_string_containing_test.ts feat(expect): add expect.{closeTo, stringContaining, stringMatching} (#4508) 2024-03-26 11:57:40 +09:00
_string_matching_test.ts feat(expect): add expect.{closeTo, stringContaining, stringMatching} (#4508) 2024-03-26 11:57:40 +09:00
_to_be_close_to_test.ts test(expect): test edge cases of matchers (#5226) 2024-07-01 18:13:47 +09:00
_to_be_defined_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_be_falsy_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_be_greater_than_or_equal_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_be_greater_than_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_be_instance_of_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_be_less_than_or_equal_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_be_less_than_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_be_nan_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_be_null_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_be_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_be_truthy_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_be_undefined_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_contain_equal_test.ts refactor(expect): align error messages in the matchers (#5835) 2024-08-27 14:18:01 +09:00
_to_contain_test.ts fix(expect): updated error message for toContain (#4750) 2024-05-17 14:33:05 +09:00
_to_equal_test.ts test(expect): add test of iterableEquality (#5222) 2024-07-01 16:06:52 +09:00
_to_have_been_called_test.ts BREAKING(assert): remove assert from module names (#5176) 2024-07-02 13:42:40 +10:00
_to_have_been_called_times_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_have_been_called_with_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_have_been_last_called_with_test.ts refactor(expect): align error messages in the matchers (#5835) 2024-08-27 14:18:01 +09:00
_to_have_been_nth_called_with_test.ts refactor(expect): align error messages in the matchers (#5835) 2024-08-27 14:18:01 +09:00
_to_have_last_returned_with_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_have_length_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_have_nth_returned_with_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_have_property_test.ts test(expect): test edge cases of matchers (#5226) 2024-07-01 18:13:47 +09:00
_to_have_returned_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_have_returned_times_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_have_returned_with_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_have_returned_with.ts refactor(expect,testing): update @std/assert imports (#5242) 2024-07-02 14:07:46 +10:00
_to_match_object_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_match_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_strict_equal_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_throw_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_types.ts fix: update codebase to work with Deno RC (#6018) 2024-09-20 09:29:31 +10:00
_utils.ts refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
deno.json chore: release 2024.10.24 (#6145) 2024-10-24 19:23:22 +09:00
expect.ts fix(expect): support expect.objectContaining (#6065) 2024-10-21 23:12:53 +09:00
fn.ts docs(expect): minor doc tweaks (#5501) 2024-07-22 12:17:47 +09:00
mod.ts fix(expect): support expect.objectContaining (#6065) 2024-10-21 23:12:53 +09:00
test.ts refactor(expect): align additional error messages (#5811) 2024-08-26 14:27:49 +09:00