std/expect
Madhav Ganesan ab458a38fa
refactor(archive,expect,io,log,toml,yaml): remove private and public access modifiers (#5077)
* replaced public and private access modifiers #5066

* fix: run `deno fmt`

* fix: apply suggestions

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-21 14:13:08 +10: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 chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09: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 chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_asymmetric_matchers.ts feat(expect): add expect.{closeTo, stringContaining, stringMatching} (#4508) 2024-03-26 11:57:40 +09:00
_build_message.ts refactor(assert,internal): rename diffstr() to diffStr() (#4758) 2024-05-17 15:32:03 +10: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 chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_equal.ts feat(expect): add expect.{closeTo, stringContaining, stringMatching} (#4508) 2024-03-26 11:57:40 +09:00
_extend_test.ts refactor(archive,expect,io,log,toml,yaml): remove private and public access modifiers (#5077) 2024-06-21 14:13:08 +10: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 fix(expect): updated error message for toContain (#4750) 2024-05-17 14:33:05 +09:00
_mock_util.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_snapshot_serializer.ts feat(expect): support expect.addSnapshotSerialize() api (#4537) 2024-04-02 19:44:40 +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 chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +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 fix(expect): updated error message for toContain (#4750) 2024-05-17 14:33:05 +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 refactor(archive,expect,io,log,toml,yaml): remove private and public access modifiers (#5077) 2024-06-21 14:13:08 +10: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: 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 chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
_to_have_been_nth_called_with_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +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 chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +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 chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09: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 docs(expect): document methods and add examples (#4836) 2024-05-23 16:50:11 +05:30
_utils.ts fix(expect): fix equality of iterables (#4286) 2024-03-05 18:26:12 +09:00
deno.json chore: release 2024.06.03 (#4935) 2024-06-03 15:44:03 +09:00
expect.ts refactor(archive,expect,io,log,toml,yaml): remove private and public access modifiers (#5077) 2024-06-21 14:13:08 +10:00
fn.ts chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00
mod.ts chore: ensure code examples use assertions in Doc Linter (#4911) 2024-06-03 14:10:27 +10:00