mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
pt 1 in reviving the android build (copied from pm 28a1, wish me luck)
This commit is contained in:
parent
efa9662725
commit
d7788a6d6d
4249 changed files with 468189 additions and 0 deletions
18
mobile/android/tests/.eslintrc
Normal file
18
mobile/android/tests/.eslintrc
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
globals:
|
||||
# TODO: Verify that these are correct.
|
||||
Point: false
|
||||
SpecialPowers: false
|
||||
XPCNativeWrapper: false
|
||||
add_task: false
|
||||
add_test: false
|
||||
do_check_eq: false
|
||||
do_check_false: false
|
||||
do_check_neq: false
|
||||
do_check_true: false
|
||||
do_print: false
|
||||
do_register_cleanup: false
|
||||
do_report_result: false
|
||||
do_test_finished: false
|
||||
do_test_pending: false
|
||||
do_throw: false
|
||||
run_next_test: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue