summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAge
* Upgrade node modulesLibravatar Vijay A2024-03-21
|
* chore: minor refactoring to reduce lines and add testsLibravatar Vijay A2024-01-28
|
* refactor: more lint improvementsLibravatar MCMXC2023-07-30
| | | | | | | | | - set parserOptions.ecmaVersion to latest and env to es2024 in eslint config - install missing types libraries - install eslint-plugin-sonar - enable eslint-plugin-sonar recommended rules and declare jsx-runtime for react in eslint config - clean up disabled lint rules which don't inflict problems anymore - disable various lint issues and fix others
* chore: improve lint setupLibravatar MCMXC2023-07-25
| | | | | | | | | | | | | | | - update eslint config - merged eslint rules for JS and TS to avoid duplicates - extended stricter lint ruleset from typescript-eslint - corrected wrong setup for certain eslint rulesets - opt in to reportUnusedDisableDirectives config option - fix or disable a lot of lint issues throughout codebase - remove trailingComma: all from prettier config which is default in prettier v3 - add volta configuration to package.json to autoload correct node and pnpm versions - upgrade all eslint and prettier related dependencies to latest - remove config options from settings.json which are default anyways - remove config options from settings.json which are outdated/unknown - set up prettier as default formatter in settings.json
* Fix to remove the 'undefined' suffix on tooltips beyond the 10th ↵Libravatar Vijay A2023-05-31
| | | | service/workspace
* Allow the 10th service to also be accessible via keyboard shortcut comboLibravatar Vijay A2023-05-28
|
* Minor refactoringLibravatar Vijay A2022-12-26
|
* migrate from gulp to esbuild for faster builds (#815)Libravatar Balaji Vijayakumar2022-12-08
|
* fix: ensure default values are working for the all fields in all settings ↵Libravatar Ricardo Cino2022-11-28
| | | | | screens (#750) Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
|
* Feature: Add Release Notes (#491)Libravatar André Oliveira2022-07-19
| | | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: Ricardo Cino <ricardo@cino.io>
* Use default exports instead of named exportsLibravatar Vijay A2022-07-02
|
* fix: solve recipe function calls that were broken cause of js=>ts con… (#369)Libravatar Ricardo Cino2022-06-26
| | | | | | | * fix: solve recipe function calls that were broken cause of js=>ts conversion * fix: use an interface instead to keep type-safety * fix: remove faulty test
* chore: moved tests to ./test directory (#366)Libravatar Ricardo Cino2022-06-25
| | | * chore: allow coverage to be generated from non-tested files
* Add Unit Testing for `url-helpers.ts`; Moved all tests into single pattern ↵Libravatar Aditya Mangalampalli2022-05-12
| | | | | so they are run as a suite (#112) Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: move 'packages/themes' into 'src' (no longer an injected package) (#2080)Libravatar Vijay Aravamudhan2021-10-15