Skip to content

1.13.2 release

1.13.2 release #45

GitHub Actions / test-results succeeded Aug 2, 2024 in 0s

All 33 tests pass in 1s

33 tests  +4   33 ✅ +4   1s ⏱️ ±0s
 5 suites +1    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit f201217. ± Comparison against earlier commit 3c6b5f7.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / test-results

33 tests found

There are 33 tests, see "Raw output" for the full list of tests.
Raw output
compare should return "0" if the values are in the same position ‑ compare should return "0" if the values are in the same position
compare should return a negative value if the first value comes before the second value ‑ compare should return a negative value if the first value comes before the second value
compare should return a negative value if the the second value is "null" ‑ compare should return a negative value if the the second value is "null"
compare should return a negative value if the the second value is "undefined" ‑ compare should return a negative value if the the second value is "undefined"
compare should return a positive value if the first value comes after the second value ‑ compare should return a positive value if the first value comes after the second value
compare should return a positive value if the the first value is "null" ‑ compare should return a positive value if the the first value is "null"
compare should return a positive value if the the first value is "undefined" ‑ compare should return a positive value if the the first value is "undefined"
getMimeType should return "text/markdown" if the file is markdown text ‑ getMimeType should return "text/markdown" if the file is markdown text
getMimeType should return "text/plain" if the file is plain text ‑ getMimeType should return "text/plain" if the file is plain text
getMimeType should return the "undefined" if the MIME type is "undefined" ‑ getMimeType should return the "undefined" if the MIME type is "undefined"
getMimeType should return the "undefined" if the MIME type is invalid format ‑ getMimeType should return the "undefined" if the MIME type is invalid format
getMimeType should return the "undefined" if the file name is "undefined" ‑ getMimeType should return the "undefined" if the file name is "undefined"
isAbsoluteUrl should return "false" if the value is "null" ‑ isAbsoluteUrl should return "false" if the value is "null"
isAbsoluteUrl should return "false" if the value is "undefined" ‑ isAbsoluteUrl should return "false" if the value is "undefined"
isAbsoluteUrl should return "false" if the value is a relative url ‑ isAbsoluteUrl should return "false" if the value is a relative url
isAbsoluteUrl should return "true" if the value is an absolute url ‑ isAbsoluteUrl should return "true" if the value is an absolute url
isMimeType should return false if the value does not match the subtype ‑ isMimeType should return false if the value does not match the subtype
isMimeType should return false if the value does not match the type ‑ isMimeType should return false if the value does not match the type
isMimeType should return true if the value matches the subtype ‑ isMimeType should return true if the value matches the subtype
isMimeType should return true if the value matches the type and subtype ‑ isMimeType should return true if the value matches the type and subtype
isMimeType should return true if the value matches the type ‑ isMimeType should return true if the value matches the type
isSupportedFile should return false if the file is "undefined" ‑ isSupportedFile should return false if the file is "undefined"
isSupportedFile should return false if the file is other format ‑ isSupportedFile should return false if the file is other format
isSupportedFile should return true if the file is image ‑ isSupportedFile should return true if the file is image
isSupportedFile should return true if the file is markdown text ‑ isSupportedFile should return true if the file is markdown text
isSupportedFile should return true if the file is video ‑ isSupportedFile should return true if the file is video
moveNext should change focus to the next node ‑ moveNext should change focus to the next node
moveNext should not change focus if it is the last node ‑ moveNext should not change focus if it is the last node
movePrevious should change focus to the previous node ‑ movePrevious should change focus to the previous node
movePrevious should not change focus if it is the first node ‑ movePrevious should not change focus if it is the first node
toDate should convert a date string to the date object ‑ toDate should convert a date string to the date object
toDate should return "undefined" if the value is "null" ‑ toDate should return "undefined" if the value is "null"
toDate should return "undefined" if the value is "undefined" ‑ toDate should return "undefined" if the value is "undefined"