summaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-code.test.js
Commit message (Collapse)AuthorAgeFilesLines
* Use vitest globals (#27102)silverwind2023-09-271-1/+0
| | | | Enable [globals](https://vitest.dev/config/#globals) in vitest, reducing the noise in test files.
* Ignore line anchor links with leading zeroes (#21728)silverwind2022-11-111-0/+18
Fixes: https://github.com/go-gitea/gitea/issues/21722 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>