aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mason-core/functional/relation_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(expr): remove redundant core filters and always stringify reduced ↵William Boman2023-04-181-0/+13
| | | | | value (#1227) The removed filters are not used by mason-registry and are too Lua-specific in nature.
* test(functional): add some tests (#742)William Boman2022-12-081-0/+22
| | | Forgot to include these in the last commit.
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+36
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module