std/expect
Gabriele Belluardo dd95b2c7dc
refactor(expect): format test names (#4287)
* refactor(expect): format test names

* Update expect/_assert_not_equals_test.ts

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-02-09 09:00:55 +11:00
..
_assert_equals_test.ts fix(expect): align toEqual to jest (#4246) 2024-01-29 17:55:56 +09:00
_assert_equals.ts feat(expect): add expect.addEqualityTesters api. (#4255) 2024-02-06 16:41:42 +09:00
_assert_not_equals_test.ts refactor(expect): format test names (#4287) 2024-02-09 09:00:55 +11:00
_assert_not_equals.ts feat(expect): add expect.addEqualityTesters api. (#4255) 2024-02-06 16:41:42 +09:00
_build_message.ts feat(expect): add expect.addEqualityTesters api. (#4255) 2024-02-06 16:41:42 +09:00
_constants.ts fix(expect): align toEqual to jest (#4246) 2024-01-29 17:55:56 +09:00
_custom_equality_tester_test.ts feat(expect): add expect.addEqualityTesters api. (#4255) 2024-02-06 16:41:42 +09:00
_custom_equality_tester.ts feat(expect): add expect.addEqualityTesters api. (#4255) 2024-02-06 16:41:42 +09:00
_diff_test.ts refactor(expect): format test names (#4287) 2024-02-09 09:00:55 +11:00
_diff.ts fix(expect): align toEqual to jest (#4246) 2024-01-29 17:55:56 +09:00
_equal_test.ts refactor(expect): format test names (#4287) 2024-02-09 09:00:55 +11:00
_equal.ts feat(expect): add expect.addEqualityTesters api. (#4255) 2024-02-06 16:41:42 +09:00
_format_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_format.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_inspect_args.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_matchers.ts feat(expect): add expect.addEqualityTesters api. (#4255) 2024-02-06 16:41:42 +09:00
_mock_util.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_be_close_to_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_be_defined_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_be_falsy_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_be_greater_than_or_equal_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_be_greater_than_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_be_instance_of_test.ts refactor(expect): format test names (#4287) 2024-02-09 09:00:55 +11:00
_to_be_less_than_or_equal_test.ts refactor(expect): format test names (#4287) 2024-02-09 09:00:55 +11:00
_to_be_less_than_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_be_nan_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_be_null_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_be_test.ts fix(expect): align toEqual to jest (#4246) 2024-01-29 17:55:56 +09:00
_to_be_truthy_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_be_undefined_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_contain_equal_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_contain_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_equal_test.ts refactor(expect): format test names (#4287) 2024-02-09 09:00:55 +11:00
_to_have_been_called_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_have_been_called_times_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_have_been_called_with_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_have_been_last_called_with_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_have_been_nth_called_with_test.ts refactor(expect): format test names (#4287) 2024-02-09 09:00:55 +11:00
_to_have_last_returned_with_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_have_length_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_have_nth_returned_with_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_have_property_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_have_returned_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_have_returned_times_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_have_returned_with_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_have_returned_with.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_match_object_test.ts fix(expect): fix the function signature of toMatchObject() (#4202) 2024-01-16 09:09:30 +11:00
_to_match_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_to_strict_equal_test.ts fix(expect): align toEqual to jest (#4246) 2024-01-29 17:55:56 +09:00
_to_throw_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_types.ts feat(expect): add expect.addEqualityTesters api. (#4255) 2024-02-06 16:41:42 +09:00
_utils.ts feat(expect): add expect.addEqualityTesters api. (#4255) 2024-02-06 16:41:42 +09:00
expect.ts feat(expect): add expect.addEqualityTesters api. (#4255) 2024-02-06 16:41:42 +09:00
fn.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
mod.ts docs: replace markdown hyperlink syntax with {@link} tag where necessary. (#4253) 2024-02-01 09:19:46 +11:00