Commit Graph

13 Commits

Author SHA1 Message Date
f778426aba Run prettier
Something happened with the deno formatter,
I can't remember what! Hahahahahaahahaha
2023-08-12 15:23:02 +12:00
4303fe2cc4 Use deno fmt instead of prettier 2023-06-27 15:16:59 +12:00
db5cc566ea Remove double permissions request and fix import - 1.136 2023-03-27 14:45:28 +13:00
76e5aeacfd Choose directory when backing up automatically - 1.135
Related to #146.
2023-03-27 14:34:17 +13:00
e432c1b711 Add app test 2023-01-01 18:33:03 +13:00
5d9df37778 Organize imports 2023-01-01 15:20:56 +13:00
ad95438120 Test all pages 2023-01-01 14:32:10 +13:00
21773e3b4f Remove fake timers from jestSetup
I believe this was from ages ago when I was using `setInterval` to try
and keep state of the timers from JavaScript. Now we are relying on our
timers in Kotlin so we don't need this any more.
2023-01-01 14:18:36 +13:00
46dd50adfb Pause adding unit tests 2022-12-30 13:25:47 +13:00
e430873771 Remove commented code from jestSetup 2022-12-30 12:35:19 +13:00
bc7aca03e8 Remove semicolons from line endings 2022-10-31 17:22:08 +13:00
6e75614d10 Add basic working unit tests 2022-10-30 12:56:58 +13:00
cc97c760bb Give up trying to add unit tests
Running tests gives the following error:
TypeError: _reactNative.BackHandler.addEventListener is not a function
2022-10-29 17:16:28 +13:00