std/assert
lionel-rowe 1946760234
fix(assert): disallow scalar string args in assertArrayIncludes() (#3910)
* fix(assert): Disallow scalar string args to assertArrayIncludes

* Update assert/assert_array_includes_test.ts

Co-authored-by: scarf <greenscarf005@gmail.com>

---------

Co-authored-by: scarf <greenscarf005@gmail.com>
2023-12-08 19:04:06 +11:00
..
_constants.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
_diff_test.ts fix(assert): fix swapping of multiline str diff (#3685) 2023-10-04 10:43:58 +09:00
_diff.ts refactor(assert): replace DiffTypeEnum with const object (#3844) 2023-11-24 17:05:44 +09:00
_format_test.ts chore(fmt): replace stripColor() use with stripAnsiCode() (#3902) 2023-12-06 17:58:42 +11:00
_format.ts chore(assert): copy _format.ts to std/expect (#3886) 2023-12-01 13:09:06 +11:00
assert_almost_equals_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_almost_equals.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_array_includes_test.ts fix(assert): disallow scalar string args in assertArrayIncludes() (#3910) 2023-12-08 19:04:06 +11:00
assert_array_includes.ts fix(assert): disallow scalar string args in assertArrayIncludes() (#3910) 2023-12-08 19:04:06 +11:00
assert_equals_test.ts chore(fmt): replace stripColor() use with stripAnsiCode() (#3902) 2023-12-06 17:58:42 +11:00
assert_equals.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_exists_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_exists.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_false_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_false.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_greater_or_equal_test.ts feat(assert): add inequality asserts (#3496) 2023-08-30 14:35:32 +09:00
assert_greater_or_equal.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_greater_test.ts feat(assert): add inequality asserts (#3496) 2023-08-30 14:35:32 +09:00
assert_greater.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_instance_of_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_instance_of.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_is_error_test.ts fix(assert): properly quote strings in assertIsError (#3577) 2023-08-29 20:23:07 +09:00
assert_is_error.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_less_or_equal_test.ts feat(assert): add inequality asserts (#3496) 2023-08-30 14:35:32 +09:00
assert_less_or_equal.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_less_test.ts feat(assert): add inequality asserts (#3496) 2023-08-30 14:35:32 +09:00
assert_less.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_match_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_match.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_not_equals_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_not_equals.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_not_instance_of_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_not_instance_of.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_not_match_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_not_match.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_not_strict_equals_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_not_strict_equals.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_object_match_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_object_match.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_rejects_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_rejects.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_strict_equals_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_strict_equals.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_string_includes_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_string_includes.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert_throws_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
assert_throws.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assert.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
assertion_error.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
equal_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
equal.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
fail_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
fail.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
mod.ts feat(assert): add inequality asserts (#3496) 2023-08-30 14:35:32 +09:00
shared_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
unimplemented_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
unimplemented.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00
unreachable_test.ts BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
unreachable.ts chore(assert): complete documentation (#3900) 2023-12-07 04:13:38 +11:00