1.13.12 release #1
GitHub Actions / Test results
succeeded
Nov 5, 2024 in 0s
All 46 tests pass in 27s
1 files 17 suites 27s ⏱️
46 tests 46 ✅ 0 💤 0 ❌
53 runs 53 ✅ 0 💤 0 ❌
Results for commit d862711.
Annotations
Check notice on line 0 in .github
github-actions / Test results
46 tests found
There are 46 tests, see "Raw output" for the full list of tests.
Raw output
should create shapshot if disabled is "false" ‑ should create shapshot if disabled is "false"
should create shapshot if disabled is "true" ‑ should create shapshot if disabled is "true"
should create shapshot if loading is "false" ‑ should create shapshot if loading is "false"
should create shapshot if loading is "true" ‑ should create shapshot if loading is "true"
should create shapshot if root is "false" ‑ should create shapshot if root is "false"
should create shapshot if root is "true" ‑ should create shapshot if root is "true"
should create shapshot if selected is "true" ‑ should create shapshot if selected is "true"
should create shapshot ‑ should create shapshot
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
isEmpty should return false if the folder contains folders ‑ isEmpty should return false if the folder contains folders
isEmpty should return false if the folder contains supported files ‑ isEmpty should return false if the folder contains supported files
isEmpty should return false if the folder contains unsupported files but show all files ‑ isEmpty should return false if the folder contains unsupported files but show all files
isEmpty should return true if the folder contains unsupported files ‑ isEmpty should return true if the folder contains unsupported files
isEmpty should return true if the folder is empty ‑ isEmpty should return true if the folder is empty
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"
Loading