mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
19 lines
481 B
INI
19 lines
481 B
INI
[DEFAULT]
|
|
head = head.js
|
|
tail =
|
|
skip-if = toolkit == 'android'
|
|
|
|
# Note: The "tail.js" file is not defined in the "tail" key because it calls
|
|
# the "add_test_task" function, that does not work properly in tail files.
|
|
support-files =
|
|
common_test_Download.js
|
|
|
|
[test_DownloadCore.js]
|
|
[test_DownloadImport.js]
|
|
[test_DownloadIntegration.js]
|
|
[test_DownloadLegacy.js]
|
|
[test_DownloadList.js]
|
|
[test_Downloads.js]
|
|
[test_DownloadStore.js]
|
|
[test_PrivateTemp.js]
|
|
skip-if = os != 'linux'
|