1
0
mirror of https://github.com/koloml/philomena-tagging-assistant.git synced 2026-06-23 18:22:20 +00:00

18 Commits

Author SHA1 Message Date
f311676097 Merge pull request #177 from koloml/feature/test-preferences-api
Testing behavior of internal preferences class
2026-06-20 14:16:06 -04:00
74554bc9f6 Covering cacheable preferences into tests 2026-06-20 22:03:11 +04:00
3a31eb2519 Formatting, missing import 2026-06-14 02:05:00 +04:00
ab255e535c Testing word-like operators and escaping them inside quotes 2026-06-14 02:03:41 +04:00
f8758306b7 Added boost to the list of queries to test 2026-06-14 02:03:08 +04:00
7c462e1b5c Added missing coverage for "NOT" operator 2026-06-14 01:31:10 +04:00
6ceeabe170 Added tests for search query lexer 2026-06-14 01:28:37 +04:00
8c4c32c4bf Covering quoted term decoding/encoding behavior 2026-06-14 00:29:33 +04:00
88ebcef18a Removed imports of already global functions 2026-06-13 22:57:37 +04:00
24d17416b5 Cover the case when first term is not a term or when nothing is there 2026-06-13 22:07:11 +04:00
726c4dfe58 Added tests for tag name extraction from tag links & search queries 2026-06-13 21:56:31 +04:00
2ecd37512f Moving all content_scripts-related components under $content directory
Having $lib/component with just $component was a bit confusing,
especially since $lib is also used in Svelte components all over the
place. This move will hopefully make it less confusing for me.
2026-01-09 07:06:58 +04:00
a2d884c969 Added tests for the link replacement logic 2025-02-28 03:50:08 +04:00
dc0a9f0aa8 Imported utils function for random string 2025-02-25 03:39:30 +04:00
09edc44af8 Added tests for configuration controller 2025-02-25 03:38:49 +04:00
a9d53afdbe Mocked storage change events for mocked storage area 2025-02-25 03:20:43 +04:00
45a8c436be Added tests for the base component class 2025-02-21 22:03:35 +04:00
68b68d3efd Added initial implementation of mocks for chrome StorageArea, adding first tests for storage helper 2025-02-20 23:52:26 +04:00