Asher Gomez
|
d102a10235
|
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199)
* refactor: import from `@std/assert`
* update
|
2024-06-30 08:30:10 +00:00 |
|
denobot
|
652ac701b1
|
chore: release 2024.06.12 (#5031)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
|
2024-06-12 15:22:43 +09:00 |
|
Yoshiya Hinosawa
|
a6781da213
|
fix(assert): fix tolerance calculation when comparing negative values (#5019)
|
2024-06-10 20:09:27 +09:00 |
|
Asher Gomez
|
6650a50137
|
chore(assert): release assert@1.0.0-rc.1 (#4934)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2024-06-03 23:53:30 +10:00 |
|
Asher Gomez
|
c2b5460cef
|
BREAKING(assert): make unreachable() consistent with @std/assert (#4943)
* BREAKING(assert): make `unreachable()` consistent with `@std/assert`
* fix
* fix
|
2024-06-03 13:33:17 +00:00 |
|
Asher Gomez
|
e34245bdeb
|
refactor(assert): minor cleanups (#4941)
* refactor(assert): minor cleanups
* tweaks and suggestions
|
2024-06-03 23:30:20 +10:00 |
|
Yoshiya Hinosawa
|
c28c34991f
|
docs(assert): remove outdated API docs (#4937)
|
2024-06-03 19:53:13 +09:00 |
|
Braden MacDonald
|
527b5d462c
|
BREAKING(assert): assertAlmostEquals() sets useful tolerance automatically (#4460)
feat(assert): assertAlmostEquals() sets useful tolerance automatically
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-06-03 16:55:39 +10:00 |
|
denobot
|
b9374d3715
|
chore: release 2024.06.03 (#4935)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
|
2024-06-03 15:44:03 +09:00 |
|
Asher Gomez
|
8b24cc7a40
|
BREAKING(assert,testing): remove formatter option from assertEquals() (#4893)
|
2024-06-03 13:37:07 +10:00 |
|
Asher Gomez
|
79d6a70729
|
docs(assert,cli,data-structures,expect,fmt,front-matter,html,http,jsonc,semver,streams,text,toml,webgpu): add snippet checks in module, function and class docs to doc checker (#4855)
* chore: add snippet checks to module docs
* fix
* work
* tweak
|
2024-05-31 12:01:46 +10:00 |
|
Yoshiya Hinosawa
|
47c38498eb
|
docs(assert): improve docs (#4876)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-05-30 11:38:16 +09:00 |
|
denobot
|
51dc36d563
|
chore: release 2024.05.22 (#4830)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2024-05-22 19:57:28 +09:00 |
|
Asher Gomez
|
9c32f3a57b
|
refactor(assert,internal): rename diffstr() to diffStr() (#4758)
|
2024-05-17 15:32:03 +10:00 |
|
denobot
|
66e8fc9869
|
chore: release 2024.05.16 (#4755)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
|
2024-05-16 20:10:44 +09:00 |
|
Asher Gomez
|
0c44d968a2
|
refactor(assert): vendor code from fmt/colors.ts (#4716)
* refactor(assert): vendor code from `fmt/colors.ts`
* update
* tweak
* tweaks
|
2024-05-15 15:00:04 +10:00 |
|
Asher Gomez
|
656eddaf77
|
docs(assert): document assertStrictEquals() equality comparison behavior (#4724)
doc(assert): document `assertStrictEquals()` equality comparison behavior
|
2024-05-15 12:46:11 +09:00 |
|
Asher Gomez
|
6769253142
|
chore(assert): revert "handle assertStrictEquals(-0, +0) correctly" (#4718)
|
2024-05-13 17:50:51 +10:00 |
|
Rüdiger Herrmann
|
ba0522aba0
|
fix(assert): handle assertStrictEquals(-0, +0) correctly (#4715)
fix(assert): let assertStrictEquals(-0, +0) pass (#4714)
Fix `assertStrictEquals` to consider -0 and +0 to be equal. Follow the
[MDN recommendation] by replacing `Object.is` with `===` and handling
NaNs specifically.
[MDN recommendation]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#when_to_use_object.is_versus_triple_equals
|
2024-05-13 08:41:41 +10:00 |
|
Asher Gomez
|
668c99a41f
|
fix(assert): don't swallow the original error while creating assertion error (#4701)
fix(assert): remove unreachable logic
|
2024-05-09 15:39:21 +09:00 |
|
Yoshiya Hinosawa
|
4c769f8175
|
chore(assert,fmt,fs,internal,path): skip yanked versions manually (#4683)
|
2024-05-07 16:26:05 +09:00 |
|
Michael Herzner
|
b649680328
|
test(assert): improve test coverage (#4679)
* test(assert): improve test coverage
* chore: format
* chore: lint
* nits
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-05-07 00:08:16 +00:00 |
|
Yoshiya Hinosawa
|
8c9e96c402
|
chore: skip yanked versions (#4660)
|
2024-04-30 20:06:28 +09:00 |
|
Yoshiya Hinosawa
|
3155f0050a
|
chore: switch to JSR-oriented codebase (#4650)
|
2024-04-29 11:57:30 +09:00 |
|
Asher Gomez
|
f57ac69735
|
refactor(assert,expect): use shared format.ts and diff.ts (#4592)
|
2024-04-16 17:09:40 +10:00 |
|
Asher Gomez
|
46d9fa594c
|
chore: update browser-compatible files with declaration (#4560)
|
2024-04-10 12:43:44 +10:00 |
|
Gabriele Belluardo
|
2990aa6de5
|
chore: enable single-var-declarator lint rule (#4488)
|
2024-03-14 22:18:00 +11:00 |
|
Asher Gomez
|
021323eba6
|
docs(assert): add module example (#4439)
|
2024-03-05 14:57:27 +11:00 |
|
lionel-rowe
|
0a5f52b08e
|
feat(assert): optional reason param for unreachable (#4404) (#4405)
|
2024-02-29 06:58:02 +12:00 |
|
Asher Gomez
|
27517a8578
|
docs: link to assertThrows() and assertRejects() (#4395)
|
2024-02-26 18:58:17 +00:00 |
|
cin
|
67fe57c295
|
fix(expect): align toEqual to jest (#4246)
|
2024-01-29 17:55:56 +09:00 |
|
Simon Holloway
|
76012637b8
|
refactor(assert): prepare for noUncheckedIndexedAccess (#4045)
|
2024-01-10 22:20:02 +11:00 |
|
Asher Gomez
|
c35855e712
|
refactor(assert): remove void return types (#4124)
|
2024-01-08 13:36:07 +11:00 |
|
Lino Le Van
|
c46143f0ac
|
chore: update copyright year (#4046)
* chore: update copyright year
* fix
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-01-02 08:11:32 +11:00 |
|
Simon Holloway
|
00e24ecc93
|
feat(expect): support message checks in expect().toThrow (#3938)
|
2023-12-12 23:45:58 +09:00 |
|
Jesse Jackson
|
5468fb8ece
|
fix(assert): export parameter type alias for assertArrayIncludes() (#3917)
|
2023-12-09 13:56:09 +11:00 |
|
scarf
|
7e0c9debb1
|
refactor(assert): correct test names, part 2 (#3913)
|
2023-12-09 01:04:29 +09:00 |
|
scarf
|
9b9be2a25a
|
test(assert): correct test names (#3911)
|
2023-12-08 18:06:27 +09:00 |
|
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 |
|
Asher Gomez
|
84a1373b39
|
chore(assert): complete documentation (#3900)
|
2023-12-07 04:13:38 +11:00 |
|
Asher Gomez
|
733b60e4b2
|
chore(fmt): replace stripColor() use with stripAnsiCode() (#3902)
|
2023-12-06 17:58:42 +11:00 |
|
Asher Gomez
|
18b2cf4a3b
|
chore(assert): copy _format.ts to std/expect (#3886)
|
2023-12-01 13:09:06 +11:00 |
|
Yoshiya Hinosawa
|
4b0eac0d1a
|
fix(assert): fix diff of long string in objects (#3867)
|
2023-11-28 15:46:01 +09:00 |
|
realpha
|
b69c28f491
|
refactor(assert): replace DiffTypeEnum with const object (#3844)
|
2023-11-24 17:05:44 +09:00 |
|
Nikolay Karadzhov
|
998fb62c00
|
feat(assert): improve assertion message of assertNotStrictEquals() (#3820)
|
2023-11-21 05:08:35 +11:00 |
|
Yoshiya Hinosawa
|
3b79ccf5c2
|
fix(assert): fix swapping of multiline str diff (#3685)
|
2023-10-04 10:43:58 +09:00 |
|
hugoalh
|
b2c52b2612
|
docs(assert/assert_false): fix incorrect JSDoc placement (#3626)
Fix incorrect JSDoc placement
|
2023-09-06 21:23:52 +09:00 |
|
(◕ᴥ◕)
|
10f1323ef7
|
feat(assert): add inequality asserts (#3496)
|
2023-08-30 14:35:32 +09:00 |
|
Jeff Hykin
|
ff192484b4
|
fix(assert): properly quote strings in assertIsError (#3577)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2023-08-29 20:23:07 +09:00 |
|
Lino Le Van
|
2b5d71224f
|
refactor: cleanup usage of double equals (#3566)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2023-08-25 18:04:43 +09:00 |
|